Searched defs:GetTypeName (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/base/memory/
H A Ddiscardable_memory.cc51 const char* DiscardableMemory::GetTypeName(DiscardableMemoryType type) { function in class:base::DiscardableMemory
/external/lldb/source/Core/
H A DValueObjectChild.cpp70 ValueObjectChild::GetTypeName() function in class:ValueObjectChild
H A DValueObjectMemory.cpp143 ValueObjectMemory::GetTypeName() function in class:ValueObjectMemory
H A DValueObjectDynamicValue.cpp62 ValueObjectDynamicValue::GetTypeName() function in class:ValueObjectDynamicValue
72 return m_parent->GetTypeName();
86 return m_parent->GetTypeName();
263 GetTypeName().GetCString());
H A DValueObjectSyntheticFilter.cpp68 m_parent_type_name(parent.GetTypeName()),
93 ValueObjectSynthetic::GetTypeName() function in class:ValueObjectSynthetic
95 return m_parent->GetTypeName();
167 ConstString new_parent_type_name = m_parent->GetTypeName();
H A DValueObjectConstResult.cpp272 ValueObjectConstResult::GetTypeName() function in class:ValueObjectConstResult
H A DValueObjectRegister.cpp52 ValueObjectRegisterContext::GetTypeName() function in class:ValueObjectRegisterContext
148 ValueObjectRegisterSet::GetTypeName() function in class:ValueObjectRegisterSet
325 ValueObjectRegister::GetTypeName() function in class:ValueObjectRegister
H A DValueObjectVariable.cpp67 ValueObjectVariable::GetTypeName() function in class:ValueObjectVariable
H A DValueObject.cpp765 GetTypeName().GetCString(),
1669 cstr = GetTypeName().AsCString();
1690 strm.Printf("%s @ %s", GetTypeName().AsCString(), GetLocationAsCString());
1901 ValueObject::GetTypeName() function in class:ValueObject
3773 error.SetErrorStringWithFormat("dereference failed: (%s) %s", GetTypeName().AsCString("<invalid type>"), strm.GetString().c_str());
3775 error.SetErrorStringWithFormat("not a pointer type: (%s) %s", GetTypeName().AsCString("<invalid type>"), strm.GetString().c_str());
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_utils.cc64 std::string GetTypeName(ContentSettingsType type) { function in namespace:content_settings
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py261 # GetTypeName
268 def GetTypeName(self, node, release, prefix=''): member in class:CGen
269 self.LogEnter('GetTypeName of %s rel=%s' % (node, release))
316 self.LogExit('GetTypeName %s is %s' % (node, name))
373 name = self.GetTypeName(node, release)
/external/protobuf/src/google/protobuf/
H A Dmessage.cc83 string Message::GetTypeName() const { function in class:google::protobuf::Message
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc84 string Message::GetTypeName() const { function in class:google::protobuf::Message
/external/chromium_org/v8/src/
H A Dmessages.js778 return GetTypeName(GET_PRIVATE(this, CallSiteReceiverKey), false);
942 var typeName = GetTypeName(GET_PRIVATE(this, CallSiteReceiverKey), true);
1102 function GetTypeName(receiver, requireConstructor) { function
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h73 // GetTypeName<T>() returns a human-readable name of type T.
75 String GetTypeName() { function in namespace:testing::internal
/external/lldb/source/API/
H A DSBValue.cpp335 SBValue::GetTypeName () function in class:SBValue
349 log->Printf ("SBValue(%p)::GetTypeName () => \"%s\"", value_sp.get(), name);
351 log->Printf ("SBValue(%p)::GetTypeName () => NULL", value_sp.get());
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp344 const char* GetTypeName() function in class:CvVSModule
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h320 CFX_ByteString GetTypeName() const function in class:CPDF_Action
/external/lldb/source/Symbol/
H A DClangASTType.cpp1068 std::string type_name (GetTypeName());
1076 ClangASTType::GetTypeName () const function in class:ClangASTType
2980 child_name = base_class_clang_type.GetTypeName();
3770 std::string base_class_type_name (base_class_clang_type.GetTypeName());
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3752 // GetTypeName<T>() returns a human-readable name of type T.
3756 std::string GetTypeName() { function in namespace:testing::internal
7544 GetTypeName<Type>().c_str(),

Completed in 8492 milliseconds

12