Searched refs:GetTypeName (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util.cc143 const std::string& type_name = message.GetTypeName();
165 if (protobuf.GetTypeName() == kProtoNames[kIqStanzaTag]) {
168 } else if (protobuf.GetTypeName() == kProtoNames[kDataMessageStanzaTag]) {
178 if (protobuf->GetTypeName() == kProtoNames[kIqStanzaTag]) {
182 } else if (protobuf->GetTypeName() == kProtoNames[kDataMessageStanzaTag]) {
191 if (protobuf.GetTypeName() == kProtoNames[kIqStanzaTag]) {
194 } else if (protobuf.GetTypeName() == kProtoNames[kDataMessageStanzaTag]) {
197 } else if (protobuf.GetTypeName() == kProtoNames[kHeartbeatPingTag]) {
200 } else if (protobuf.GetTypeName() == kProtoNames[kHeartbeatAckTag]) {
203 } else if (protobuf.GetTypeName()
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_override_provider.cc109 GetTypeName(content_type), NULL);
113 GetTypeName(content_type), new base::FundamentalValue(true));
130 !blocked_settings_dictionary->HasKey(GetTypeName(content_setting));
H A Dcontent_settings_utils.h29 std::string GetTypeName(ContentSettingsType type);
H A Dcontent_settings_default_provider.cc232 GetTypeName(content_type), NULL);
237 GetTypeName(content_type), value.release());
330 if (content_type == GetTypeName(ContentSettingsType(type))) {
/external/chromium_org/base/memory/
H A Ddiscardable_memory.h71 static const char* GetTypeName(DiscardableMemoryType type);
H A Ddiscardable_memory.cc51 const char* DiscardableMemory::GetTypeName(DiscardableMemoryType type) { function in class:base::DiscardableMemory
H A Ddiscardable_memory_unittest.cc35 std::string type_name(DiscardableMemory::GetTypeName(GetParam()));
/external/lldb/include/lldb/Core/
H A DValueObjectVariable.h38 GetTypeName();
H A DValueObjectRegister.h44 GetTypeName();
91 GetTypeName();
149 GetTypeName();
H A DValueObjectChild.h60 GetTypeName();
H A DValueObjectDynamicValue.h36 GetTypeName();
H A DValueObjectMemory.h48 GetTypeName();
H A DValueObjectSyntheticFilter.h40 GetTypeName();
/external/lldb/source/Core/
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 DValueObjectDynamicValue.cpp62 ValueObjectDynamicValue::GetTypeName() function in class:ValueObjectDynamicValue
72 return m_parent->GetTypeName();
86 return m_parent->GetTypeName();
263 GetTypeName().GetCString());
/external/lldb/test/lang/c/bitfields/
H A DTestBitfields.py153 self.assertTrue(bits.GetTypeName() == 'Bits', "bits.GetTypeName() == 'Bits'");
163 b1.GetTypeName() == "uint32_t:1" and
171 b7.GetTypeName() == "uint32_t:7" and
179 four.GetTypeName() == "uint32_t:4" and
/external/chromium_org/v8/testing/
H A Dgtest-support.h16 inline std::string GetTypeName<type>() { \
/external/lldb/source/Target/
H A DStackFrame.cpp728 valobj_sp->GetTypeName().AsCString("<invalid type>"),
773 valobj_sp->GetTypeName().AsCString("<invalid type>"),
792 valobj_sp->GetTypeName().AsCString("<invalid type>"),
813 valobj_sp->GetTypeName().AsCString("<invalid type>"),
827 valobj_sp->GetTypeName().AsCString("<invalid type>"),
835 valobj_sp->GetTypeName().AsCString("<invalid type>"),
846 valobj_sp->GetTypeName().AsCString("<invalid type>"),
859 valobj_sp->GetTypeName().AsCString("<invalid type>"),
877 valobj_sp->GetTypeName().AsCString("<invalid type>"),
890 valobj_sp->GetTypeName()
[all...]
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp115 in_value.GetTypeName().GetCString(),
160 in_value.GetTypeName().AsCString(),
179 in_value.GetTypeName().AsCString(),
196 in_value.GetTypeName().AsCString(),
210 in_value.GetTypeName().AsCString());
/external/chromium_org/testing/gtest/test/
H A Dgtest-unittest-api_test.cc192 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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h85 virtual string GetTypeName() const = 0;
/external/gtest/test/
H A Dgtest-unittest-api_test.cc192 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/lldb/test/python_api/default-constructor/
H A Dsb_value.py12 obj.GetTypeName()
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.h79 virtual string GetTypeName() const = 0;
/external/lldb/source/DataFormatters/
H A DCF.cpp72 ConstString type_name(valobj.GetTypeName());
136 ConstString type_name(valobj.GetTypeName());
266 ConstString type_name(valobj.GetTypeName());

Completed in 668 milliseconds

1234