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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 61 // We must be careful here -- calling file.package() if file.has_package() is
64 string path = file.has_package() ? file.package() : string();
descriptor.pb.cc     [all...]
descriptor.pb.h 308 inline bool has_package() const;
2878 inline bool FileDescriptorProto::has_package() const { function in class:google::protobuf::FileDescriptorProto
    [all...]
descriptor.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 61 // We must be careful here -- calling file.package() if file.has_package() is
64 string path = file.has_package() ? file.package() : string();
descriptor.pb.h 311 inline bool has_package() const;
2541 inline bool FileDescriptorProto::has_package() const { function in class:google::protobuf::FileDescriptorProto
    [all...]
descriptor.cc     [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 1057 if (file->has_package()) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]

Completed in 84 milliseconds