Searched refs:String (Results 201 - 203 of 203) sorted by relevance

123456789

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1210 TEST(AssignTest, String) {
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1091 return String::CaseInsensitiveCStringEquals(lhs, rhs);
1096 return String::CaseInsensitiveWideCStringEquals(lhs, rhs);
1099 // String comparison for narrow or wide strings that can have embedded NUL
1122 // String matchers.
3951 // String matchers.
/gem5/src/python/m5/
H A Dparams.py438 # String-valued parameter. Just mixin the ParamValue class with the
440 class String(ParamValue,str): class in inherits:ParamValue,str
888 # False. Thus this is a little more complicated than String.
2178 'Enum', 'ScopedEnum', 'Bool', 'String', 'Float',

Completed in 36 milliseconds

123456789