HomeSort by relevance Sort by last modified time
    Searched defs:GetTypeName (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/
message.cc 82 string Message::GetTypeName() const {
  /frameworks/compile/slang/
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...]
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...]
  /external/chromium/testing/gtest/include/gtest/internal/
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-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-type-util.h 61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() {
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 73 // GetTypeName<T>() returns a human-readable name of type T.
75 String GetTypeName() {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 344 const char* GetTypeName()
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 1279 milliseconds