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

1 2 3 4 5

  /external/chromium_org/google_apis/gcm/base/
mcs_util.cc 143 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() == kProtoNames[kLoginResponseTag])
    [all...]
  /external/chromium_org/base/memory/
discardable_memory.h 71 static const char* GetTypeName(DiscardableMemoryType type);
discardable_memory.cc 51 const char* DiscardableMemory::GetTypeName(DiscardableMemoryType type) {
  /external/chromium_org/chrome/browser/content_settings/
content_settings_override_provider.cc 109 GetTypeName(content_type), NULL);
113 GetTypeName(content_type), new base::FundamentalValue(true));
130 !blocked_settings_dictionary->HasKey(GetTypeName(content_setting));
content_settings_utils.h 29 std::string GetTypeName(ContentSettingsType type);
content_settings_default_provider.cc 232 GetTypeName(content_type), NULL);
237 GetTypeName(content_type), value.release());
330 if (content_type == GetTypeName(ContentSettingsType(type))) {
  /external/lldb/include/lldb/Core/
ValueObjectRegister.h 44 GetTypeName();
91 GetTypeName();
149 GetTypeName();
ValueObjectChild.h 60 GetTypeName();
ValueObjectMemory.h 48 GetTypeName();
ValueObjectVariable.h 38 GetTypeName();
ValueObjectDynamicValue.h 36 GetTypeName();
ValueObjectSyntheticFilter.h 40 GetTypeName();
  /external/chromium_org/v8/testing/
gtest-support.h 16 inline std::string GetTypeName<type>() { \
  /external/lldb/source/Core/
ValueObjectSyntheticFilter.cpp 68 m_parent_type_name(parent.GetTypeName()),
93 ValueObjectSynthetic::GetTypeName()
95 return m_parent->GetTypeName();
167 ConstString new_parent_type_name = m_parent->GetTypeName();
ValueObjectDynamicValue.cpp 62 ValueObjectDynamicValue::GetTypeName()
72 return m_parent->GetTypeName();
86 return m_parent->GetTypeName();
263 GetTypeName().GetCString());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 85 virtual string GetTypeName() const = 0;
  /external/lldb/source/Target/
StackFrame.cpp 728 valobj_sp->GetTypeName().AsCString("<invalid type>"),
773 valobj_sp->GetTypeName().AsCString("<invalid type>"),
    [all...]
  /external/lldb/test/lang/c/bitfields/
TestBitfields.py 153 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/protobuf/src/google/protobuf/
message_lite.h 79 virtual string GetTypeName() const = 0;
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 115 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/
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/lldb/test/python_api/default-constructor/
sb_value.py 12 obj.GetTypeName()
  /ndk/sources/third_party/googletest/googletest/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/lldb/source/DataFormatters/
CF.cpp 72 ConstString type_name(valobj.GetTypeName());
136 ConstString type_name(valobj.GetTypeName());
266 ConstString type_name(valobj.GetTypeName());

Completed in 1394 milliseconds

1 2 3 4 5