HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeName (Results 1 - 25 of 31) sorted by null

1 2

  /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());
  /external/libvpx/libvpx/third_party/googletest/src/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 162 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) {
191 std::string ElementTypeName = GetTypeName(CAT->getElementType());
369 << GetTypeName(EV->getType(), false) << "["
614 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
675 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
901 std::string TypeName = GetTypeName(EPT);
    [all...]
slang_rs_reflection_cpp.cpp 62 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) {
92 std::string ElementTypeName = GetTypeName(CAT->getElementType());
176 write(GetTypeName(ev->getType()) + " __" + ev->getName() + ";");
483 std::string TypeName = GetTypeName(ET);
slang_rs_export_type.h 121 // @TypeName was retrieve from RSExportType::GetTypeName() before calling
128 static llvm::StringRef GetTypeName(const clang::Type *T);
260 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
390 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
541 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
slang_rs_export_type.cpp 552 TypeName = RSExportType::GetTypeName(T);
608 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) {
677 return RSExportVectorType::GetTypeName(EVT);
756 // FIXME: free the name (allocated in RSExportType::GetTypeName)
817 // ASTContext or allocated in GetTypeName which will be destroyed later.
822 // get their name since constructing their name in GetTypeName() requiring
887 return GetRSSpecificType( RSExportType::GetTypeName(T) );
    [all...]
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 109 comment << "TypeParam = " << GetTypeName<int>().c_str();
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 687 String::Format("TypeParam = %s", GetTypeName<Type>().c_str()).c_str(),
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 680 String::Format("TypeParam = %s", GetTypeName<Type>().c_str()).c_str(),
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 652 GetTypeName<Type>().c_str(),
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 658 GetTypeName<Type>().c_str(),
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 658 GetTypeName<Type>().c_str(),
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 686 GetTypeName<Type>().c_str(),
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 689 ::std::string GetTypeName() const;
    [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...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 848 milliseconds

1 2