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

  /external/protobuf/src/google/protobuf/
message.cc 82 string Message::GetTypeName() const {
  /frameworks/compile/slang/
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.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...]
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...]
  /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/libvpx/libvpx/third_party/googletest/src/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/open-vcdiff/gtest/include/gtest/internal/
gtest-type-util.h 73 // GetTypeName<T>() returns a human-readable name of type T.
75 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...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 446 milliseconds