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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 491 // If this field is a map field, experimental_map_key() is the field
493 // experimental_map_key()->containing_type() is the same as message_type().
494 const FieldDescriptor* experimental_map_key() const;
    [all...]
descriptor.pb.h 5096 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 491 // If this field is a map field, experimental_map_key() is the field
493 // experimental_map_key()->containing_type() is the same as message_type().
494 const FieldDescriptor* experimental_map_key() const;
    [all...]
descriptor.pb.h 5096 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 491 // If this field is a map field, experimental_map_key() is the field
493 // experimental_map_key()->containing_type() is the same as message_type().
494 const FieldDescriptor* experimental_map_key() const;
    [all...]
descriptor.pb.h 5096 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 491 // If this field is a map field, experimental_map_key() is the field
493 // experimental_map_key()->containing_type() is the same as message_type().
494 const FieldDescriptor* experimental_map_key() const;
    [all...]
descriptor.pb.h 5096 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 228 " repeated Item items = 1 [experimental_map_key = \"key\"];\n"
244 EXPECT_EQ(items_field->experimental_map_key(), key_field);
255 " required Item items = 1 [experimental_map_key = \"key\"];\n"
267 " repeated int32 items = 1 [experimental_map_key = \"key\"];\n"
279 " repeated Unknown items = 1 [experimental_map_key = \"key\"];\n"
294 " repeated Item items = 1 [experimental_map_key = \"badkey\"];\n"
309 " repeated Item items = 1 [experimental_map_key = \"key\"];\n"
325 " repeated Item items = 1 [experimental_map_key = \"key\"];\n"
  /external/protobuf/src/google/protobuf/
descriptor.h 517 // If this field is a map field, experimental_map_key() is the field
519 // experimental_map_key()->containing_type() is the same as message_type().
520 const FieldDescriptor* experimental_map_key() const;
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 5700 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
    [all...]
descriptor.cc     [all...]

Completed in 862 milliseconds