HomeSort by relevance Sort by last modified time
    Searched defs:GetDescriptor (Results 1 - 4 of 4) sorted by null

  /external/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /external/protobuf/src/google/protobuf/
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/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 567 virtual int GetDescriptor() {
615 int GetDescriptor() const {
716 ssize_t ret = read(GetDescriptor(), b, sizeof(b));
743 virtual int GetDescriptor() {
744 return PosixSignalHandler::Instance()->GetDescriptor();
796 virtual int GetDescriptor() {
895 virtual int GetDescriptor() {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 96 virtual int GetDescriptor();
950 int DeviceWatcher::GetDescriptor() {

Completed in 88 milliseconds