HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeName (Results 1 - 24 of 24) 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/chromium/testing/gtest/test/
gtest-unittest-api_test.cc 192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
269 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param());
321 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
  /external/gtest/test/
gtest-unittest-api_test.cc 192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
269 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param());
321 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
  /frameworks/compile/slang/
slang_rs_reflection.cpp 158 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) {
187 std::string ElementTypeName = GetTypeName(CAT->getElementType());
329 << GetTypeName(EV->getType(), false) << "["
566 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
627 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
778 std::string TypeName = GetTypeName(EPT);
818 std::string TypeName = GetTypeName(ET);
854 std::string TypeName = GetTypeName(EV->getType());
869 std::string TypeName = GetTypeName(ET);
904 std::string TypeName = GetTypeName(EV->getType())
    [all...]
slang_rs_export_type.h 121 // @TypeName was retrieve from RSExportType::GetTypeName() before calling
128 static llvm::StringRef GetTypeName(const clang::Type *T);
251 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
379 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
530 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
slang_rs_export_type.cpp 495 TypeName = RSExportType::GetTypeName(T);
541 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) {
610 return RSExportVectorType::GetTypeName(EVT);
689 // FIXME: free the name (allocated in RSExportType::GetTypeName)
750 // ASTContext or allocated in GetTypeName which will be destroyed later.
755 // get their name since constructing their name in GetTypeName() requiring
820 return GetRSSpecificType( RSExportType::GetTypeName(T) );
    [all...]
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 109 comment << "TypeParam = " << GetTypeName<int>().c_str();
  /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...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 584 ::std::string GetTypeName() const;
760 ::std::string GetTypeName() const;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 652 GetTypeName<Type>().c_str(),
    [all...]
gtest-type-util.h 59 // GetTypeName<T>() returns a human-readable name of type T.
63 String GetTypeName() {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 658 GetTypeName<Type>().c_str(),
    [all...]
gtest-type-util.h 61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 678 GetTypeName<Type>().c_str(),
    [all...]
gtest-type-util.h 61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 344 const char* GetTypeName()
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 494 const string& type_name = GetTypeName<Value>();
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 819 milliseconds