HomeSort by relevance Sort by last modified time
    Searched refs:GetMetadata (Results 1 - 19 of 19) sorted by null

  /external/lldb/include/lldb/Symbol/
ClangExternalASTSourceCommon.h 172 virtual ClangASTMetadata *GetMetadata(const void *object);
ClangASTContext.h 127 GetMetadata (const void *object)
129 return GetMetadata(getASTContext(), object);
133 GetMetadata (clang::ASTContext *ast,
  /external/lldb/source/Symbol/
ClangExternalASTSourceCommon.cpp 32 ClangExternalASTSourceCommon::GetMetadata (const void *object)
ClangASTImporter.cpp 320 return ClangASTContext::GetMetadata(decl_origin.ctx, decl_origin.decl);
322 return ClangASTContext::GetMetadata(&decl->getASTContext(), decl);
ClangASTContext.cpp     [all...]
ClangASTType.cpp 851 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (m_ast, cxx_record_decl);
    [all...]
  /external/lldb/include/lldb/Expression/
ClangASTSource.h 302 GetMetadata(const void * object)
304 return m_original.GetMetadata(object);
  /external/protobuf/src/google/protobuf/
message.h 292 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
302 return GetMetadata().reflection;
309 virtual Metadata GetMetadata() const = 0;
    [all...]
dynamic_message.cc 243 Metadata GetMetadata() const;
508 Metadata DynamicMessage::GetMetadata() const {
descriptor.pb.h 204 ::google::protobuf::Metadata GetMetadata() const;
286 ::google::protobuf::Metadata GetMetadata() const;
504 ::google::protobuf::Metadata GetMetadata() const;
593 ::google::protobuf::Metadata GetMetadata() const;
    [all...]
descriptor.pb.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdclient.h 178 STDMETHOD_(HRESULT,GetMetadata)(THIS_ WSD_METADATA_SECTION_LIST **MetadataOut) PURE;
186 #define IWSDMetadataExchange_GetMetadata(This,MetadataOut) (This)->lpVtbl->GetMetadata(This,MetadataOut)
206 STDMETHOD_(HRESULT,GetMetadata)(THIS_ WSD_METADATA_SECTION_LIST **MetadataOut) PURE;
mfplay.h 80 STDMETHOD_(HRESULT,GetMetadata)(THIS_ IPropertyStore **ppMetadataStore) PURE;
106 #define IMFPMediaItem_GetMetadata(This,ppMetadataStore) (This)->lpVtbl->GetMetadata(This,ppMetadataStore)
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 500 ClangASTMetadata *metadata = m_external_source->GetMetadata(interface_decl);
630 ClangASTMetadata *metadata = m_external_source->GetMetadata(result_iface_decl);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 488 ::google::protobuf::Metadata CodeGeneratorRequest::GetMetadata() const {
851 ::google::protobuf::Metadata CodeGeneratorResponse_File::GetMetadata() const {
    [all...]
plugin.pb.h 92 ::google::protobuf::Metadata GetMetadata() const;
206 ::google::protobuf::Metadata GetMetadata() const;
320 ::google::protobuf::Metadata GetMetadata() const;
    [all...]
  /build/tools/releasetools/
ota_from_target_files 182 def GetMetadata(self, input_zip):
623 system_items.GetMetadata(input_zip)
643 vendor_items.GetMetadata(input_zip)
    [all...]
ota_from_target_files.py 182 def GetMetadata(self, input_zip):
623 system_items.GetMetadata(input_zip)
643 vendor_items.GetMetadata(input_zip)
    [all...]
  /external/lldb/source/Expression/
ClangUserExpression.cpp 236 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (&decl_context->getParentASTContext(), function_decl);
    [all...]

Completed in 401 milliseconds