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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 277 const string* full_name_; member in class:google::protobuf::Descriptor
539 const string* full_name_; member in class:google::protobuf::FieldDescriptor
651 const string* full_name_; member in class:google::protobuf::EnumDescriptor
729 const string* full_name_; member in class:google::protobuf::EnumValueDescriptor
799 const string* full_name_; member in class:google::protobuf::ServiceDescriptor
868 const string* full_name_; member in class:google::protobuf::MethodDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 277 const string* full_name_; member in class:google::protobuf::Descriptor
539 const string* full_name_; member in class:google::protobuf::FieldDescriptor
651 const string* full_name_; member in class:google::protobuf::EnumDescriptor
729 const string* full_name_; member in class:google::protobuf::EnumValueDescriptor
799 const string* full_name_; member in class:google::protobuf::ServiceDescriptor
868 const string* full_name_; member in class:google::protobuf::MethodDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 277 const string* full_name_; member in class:google::protobuf::Descriptor
539 const string* full_name_; member in class:google::protobuf::FieldDescriptor
651 const string* full_name_; member in class:google::protobuf::EnumDescriptor
729 const string* full_name_; member in class:google::protobuf::EnumValueDescriptor
799 const string* full_name_; member in class:google::protobuf::ServiceDescriptor
868 const string* full_name_; member in class:google::protobuf::MethodDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 277 const string* full_name_; member in class:google::protobuf::Descriptor
539 const string* full_name_; member in class:google::protobuf::FieldDescriptor
651 const string* full_name_; member in class:google::protobuf::EnumDescriptor
729 const string* full_name_; member in class:google::protobuf::EnumValueDescriptor
799 const string* full_name_; member in class:google::protobuf::ServiceDescriptor
868 const string* full_name_; member in class:google::protobuf::MethodDescriptor
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 386 const string* full_name_; member in class:google::protobuf::Descriptor
679 const string* full_name_; member in class:google::protobuf::FieldDescriptor
782 const string* full_name_; member in class:google::protobuf::OneofDescriptor
887 const string* full_name_; member in class:google::protobuf::EnumDescriptor
974 const string* full_name_; member in class:google::protobuf::EnumValueDescriptor
1052 const string* full_name_; member in class:google::protobuf::ServiceDescriptor
1134 const string* full_name_; member in class:google::protobuf::MethodDescriptor
    [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 386 const string* full_name_; member in class:google::protobuf::Descriptor
679 const string* full_name_; member in class:google::protobuf::FieldDescriptor
782 const string* full_name_; member in class:google::protobuf::OneofDescriptor
887 const string* full_name_; member in class:google::protobuf::EnumDescriptor
974 const string* full_name_; member in class:google::protobuf::EnumValueDescriptor
1052 const string* full_name_; member in class:google::protobuf::ServiceDescriptor
1134 const string* full_name_; member in class:google::protobuf::MethodDescriptor
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 253 full_name_ = internal_strdup(module_name);
258 InternalFree(full_name_);
259 full_name_ = nullptr;
sanitizer_common.h 648 LoadedModule() : full_name_(nullptr), base_address_(0) { ranges_.clear(); }
654 const char *full_name() const { return full_name_; }
670 char *full_name_; // Owned.

Completed in 285 milliseconds