HomeSort by relevance Sort by last modified time
    Searched refs:GetDescriptor (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 236 const Descriptor* descriptor = message.GetDescriptor();
258 const Descriptor* descriptor = message.GetDescriptor();
435 const Descriptor* descriptor = message.GetDescriptor();
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
310 // need to implement this method, rather than the GetDescriptor() and
    [all...]
dynamic_message_unittest.cc 107 EXPECT_EQ(prototype_->GetDescriptor(), descriptor_);
text_format.cc 311 const Descriptor* descriptor = message->GetDescriptor();
    [all...]
  /art/runtime/mirror/
array.cc 119 descriptor += ClassHelper(element_class).GetDescriptor();
class.cc 147 std::string descriptor(ClassHelper(this).GetDescriptor());
196 << "'" << kh.GetDescriptor() << "' cl=" << GetClassLoader() << " -----\n",
306 return IsInSamePackage(ClassHelper(klass1).GetDescriptor(),
307 ClassHelper(klass2).GetDescriptor());
  /external/chromium/base/
mach_ipc_mac.h 171 MachMsgPortDescriptor *GetDescriptor(int n);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 143 inline Span* GetDescriptor(PageID p) const {
central_freelist.cc 99 Span* span = Static::pageheap()->GetDescriptor(p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 135 inline Span* GetDescriptor(PageID p) const {
tcmalloc.cc 798 const Span *span = Static::pageheap()->GetDescriptor(p);
    [all...]
central_freelist.cc 99 Span* span = Static::pageheap()->GetDescriptor(p);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 66 virtual int GetDescriptor();
395 int LinuxDeviceWatcher::GetDescriptor() {
  /art/compiler/sea_ir/types/
type_inference.cc 94 const char* descriptor = iterator.GetDescriptor();
  /art/runtime/native/
dalvik_system_VMRuntime.cc 74 descriptor += ClassHelper(element_class).GetDescriptor();
  /art/runtime/
object_utils.h 98 const char* GetDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
119 result += GetDescriptor();
185 std::string descriptor(GetDescriptor());
336 declaring_class_descriptor_ = kh.GetDescriptor();
common_throws.cc 261 << " in class " << kh.GetDescriptor() << " or its superclasses";
272 << " in class " << kh.GetDescriptor() << " or its super classes";
utils.cc 229 return PrettyDescriptor(ClassHelper(klass).GetDescriptor());
405 std::string result(PrettyDescriptor(kh.GetDescriptor()));
408 result += "<" + PrettyDescriptor(kh.GetDescriptor()) + ">";
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 61 dispatcher->GetDescriptor(),
  /external/protobuf/src/google/protobuf/
text_format.cc 235 const Descriptor* descriptor = message->GetDescriptor();
777 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
790 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
820 ParserImpl parser(output->GetDescriptor(), &input_stream, error_collector_,
    [all...]
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...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]
  /art/compiler/
image_writer.cc 244 return compiler_driver_.IsImageClass(ClassHelper(klass).GetDescriptor());
299 context->non_image_classes->insert(ClassHelper(klass).GetDescriptor());
329 CHECK(image_writer->IsImageClass(klass)) << ClassHelper(klass).GetDescriptor()

Completed in 4505 milliseconds

12 3 4