OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTypeName
(Results
1 - 10
of
10
) sorted by null
/external/protobuf/src/google/protobuf/
message_lite.h
79
virtual string
GetTypeName
() const = 0;
message.cc
82
string Message::
GetTypeName
() const {
message_lite.cc
80
// action, message.
GetTypeName
(),
87
result += message.
GetTypeName
();
message.h
287
virtual string
GetTypeName
() const;
[
all
...]
extension_set.cc
86
<< containing_type->
GetTypeName
()
[
all
...]
/external/protobuf/gtest/test/
gtest-unittest-api_test.cc
109
comment << "TypeParam = " <<
GetTypeName
<int>().c_str();
/external/gtest/include/gtest/internal/
gtest-internal.h
681
String::Format("TypeParam = %s",
GetTypeName
<Type>().c_str()).c_str(),
[
all
...]
gtest-type-util.h
71
//
GetTypeName
<T>() returns a human-readable name of type T.
73
String
GetTypeName
() {
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
680
String::Format("TypeParam = %s",
GetTypeName
<Type>().c_str()).c_str(),
[
all
...]
gtest-type-util.h
73
//
GetTypeName
<T>() returns a human-readable name of type T.
75
String
GetTypeName
() {
[
all
...]
Completed in 1483 milliseconds