Home
last modified time | relevance | path

Searched defs:GetDescriptor (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugArangeSet.h51 const Descriptor* GetDescriptor(uint32_t i) const in GetDescriptor() function
DDWARFDebugPubnamesSet.h64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const in GetDescriptor() function
/external/protobuf/python/google/protobuf/
Dservice.py61 def GetDescriptor(): member in Service
/external/nanopb-c/generator/google/protobuf/
Dservice.py61 def GetDescriptor(): member in Service
/external/protobuf/src/google/protobuf/
Dmessage.h292 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor() function
/external/lldb/source/Host/common/
DFile.cpp107 File::GetDescriptor() const in GetDescriptor() function in File
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc515 static PyObject* GetDescriptor(CMessage* self, PyObject* name) { in CheckAndGetInteger() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1224 TEST_F(GeneratedServiceTest, GetDescriptor) { in TEST_F() argument