OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTypeName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h
76
//
GetTypeName
<T>() returns a human-readable name of type T.
80
std::string
GetTypeName
() {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
355
const std::string& type_name =
GetTypeName
<Value>();
1681
return
GetTypeName
<To>();
3339
*listener << "whose value is not of type '" <<
GetTypeName
() << "'";
3353
*os << "is a variant<> with value of type '" <<
GetTypeName
()
3359
*os << "is a variant<> with value of type other than '" <<
GetTypeName
()
3365
static std::string
GetTypeName
() {
3368
return internal::
GetTypeName
<T>());
3401
*listener << "whose value is not of type '" <<
GetTypeName
() << "'";
3414
*os << "is an 'any' type with value of type '" <<
GetTypeName
()
3420
*os << "is an 'any' type with value of type other than '" <<
GetTypeName
()
[
all
...]
Completed in 97 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026