Home
last modified time | relevance | path

Searched defs:is_map (Results 1 – 12 of 12) sorted by relevance

/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php49 private $is_map; variable in Google\\Protobuf\\Internal\\FieldDescriptor
/external/rust/crates/ciborium/src/value/
Dmod.rs380 pub fn is_map(&self) -> bool { in is_map() method
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc344 bool is_map = false; in PopulateChildren() local
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc344 bool is_map = false; in PopulateChildren() local
/external/rust/crates/protobuf/src/reflect/field/
Dmod.rs289 pub fn is_map(&self) -> bool { in is_map() method
/external/rust/crates/protobuf-codegen/src/gen/
Dscope.rs392 pub fn is_map(&self) -> bool { in is_map() method
/external/protobuf/src/google/protobuf/
Ddescriptor.h2309 inline bool FieldDescriptor::is_map() const { in is_map() function
Dtext_format.cc2439 bool is_map = field->is_map(); in PrintField() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h2309 inline bool FieldDescriptor::is_map() const { in is_map() function
Dtext_format.cc2435 bool is_map = field->is_map(); in PrintField() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c196 bool is_map; member
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc463 bool is_map, bool drop_list) { in JSIdent()