HomeSort by relevance Sort by last modified time
    Searched refs:GetDescriptor (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /art/runtime/interpreter/
interpreter_common.cc 277 reg->GetClass()->GetDescriptor(&temp1),
278 field_class->GetDescriptor(&temp2),
279 f->GetDeclaringClass()->GetDescriptor(&temp3));
597 o->GetClass()->GetDescriptor(&temp1),
598 arg_type->GetDescriptor(&temp2));
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 798 const Span *span = Static::pageheap()->GetDescriptor(p);
    [all...]
central_freelist.cc 99 Span* span = Static::pageheap()->GetDescriptor(p);
  /art/runtime/
common_throws.cc 301 << " in class " << c->GetDescriptor(&temp) << " or its superclasses";
312 << " in class " << c->GetDescriptor(&temp) << " or its super classes";
class_linker-inl.h 47 descriptor += (*element_class)->GetDescriptor(&temp);
proxy_test.cc 137 const char* proxy_class_descriptor = proxy_class->GetDescriptor(&temp);
utils.cc 240 return PrettyDescriptor(klass->GetDescriptor(&temp));
419 std::string result(PrettyDescriptor(obj->GetClass()->GetDescriptor(&temp)));
421 result += "<" + PrettyDescriptor(obj->AsClass()->GetDescriptor(&temp)) + ">";
    [all...]
reflection.cc 262 arg->GetClass<>()->GetDescriptor(&temp)); \
771 PrettyDescriptor(o->GetClass()->GetDescriptor(&temp)).c_str()).c_str());
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 215 containing_type->GetDescriptor());
230 containing_type->GetDescriptor());
generated_message_reflection_unittest.cc 335 const Descriptor* descriptor = message.GetDescriptor();
message.h 82 // Descriptor* descriptor = foo->GetDescriptor();
314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
329 // need to implement this method, rather than the GetDescriptor() and
    [all...]
wire_format.cc 370 const Descriptor* descriptor = message->GetDescriptor();
713 const Descriptor* descriptor = message.GetDescriptor();
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.h 170 Status GetDescriptor(
  /external/chromium_org/media/midi/
usb_midi_output_stream_unittest.cc 29 virtual std::vector<uint8> GetDescriptor() OVERRIDE {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 311 const Descriptor* descriptor = message->GetDescriptor();
    [all...]
wire_format.cc 67 const Descriptor* descriptor = message->GetDescriptor();
410 const Descriptor* descriptor = message.GetDescriptor();
579 const Descriptor* descriptor = message.GetDescriptor();
extension_set_heavy.cc 256 containing_type->GetDescriptor());
271 containing_type->GetDescriptor());
text_format_unittest.cc 788 const Descriptor* d = message->GetDescriptor();
853 const Descriptor* d = message->GetDescriptor();
    [all...]
wire_format_unittest.cc 500 uint32 type_id = message.GetDescriptor()->extension(0)->number();
665 const google::protobuf::Descriptor* desc = msg1.GetDescriptor();
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 99 Span* span = Static::pageheap()->GetDescriptor(p);
tcmalloc.cc 808 const Span *span = Static::pageheap()->GetDescriptor(p);
    [all...]
  /external/lldb/source/Core/
Debugger.cpp 745 m_input_comm.SetConnection (new ConnectionFileDescriptor (in_file.GetDescriptor(), false));
790 if (in_file.GetDescriptor() != File::kInvalidDescriptor)
791 m_terminal_state.Save(in_file.GetDescriptor(), true);
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_chromeos_unittest.cc 199 EXPECT_EQ(descriptor->GetCharacteristic()->GetDescriptor(
217 EXPECT_FALSE(descriptor->GetCharacteristic()->GetDescriptor(
235 EXPECT_EQ(descriptor->GetCharacteristic()->GetDescriptor(
    [all...]
bluetooth_remote_gatt_characteristic_chromeos.cc 172 BluetoothRemoteGattCharacteristicChromeOS::GetDescriptor(
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 106 file_proto.GetDescriptor()->full_name());
300 " getDescriptor() {\n"
409 " $dependency$.getDescriptor(),\n",

Completed in 2110 milliseconds

1 23 4 5