Searched defs:experimental_map_key (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1778 // optional string experimental_map_key = 9;
1782 inline const ::std::string& experimental_map_key() const;
3916 // optional string experimental_map_key = 9;
3926 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1864 // optional string experimental_map_key = 9;
1868 inline const ::std::string& experimental_map_key() const;
1874 inline void set_allocated_experimental_map_key(::std::string* experimental_map_key);
5112 // optional string experimental_map_key = 9;
5128 inline const ::std::string& FieldOptions::experimental_map_key() const { function in class:google::protobuf::FieldOptions
5169 inline void FieldOptions::set_allocated_experimental_map_key(::std::string* experimental_map_key) { argument
5173 if (experimental_map_key) {
5175 experimental_map_key_ = experimental_map_key;

Completed in 1164 milliseconds