Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php49 private $is_map; variable in Google\\Protobuf\\Internal\\FieldDescriptor
/third_party/node/deps/v8/tools/
Dwindbg.js374 function is_map(addr) { function
/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc346 bool is_map = false; in PopulateChildren() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h2185 inline bool FieldDescriptor::is_map() const { in is_map() function
Dtext_format.cc2253 bool is_map = field->is_map(); in PrintField() local
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc481 bool is_map, bool drop_list) { in JSIdent()
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc5140 std::ostream& cc_contents, bool is_map) { in GenerateFieldValueVerifier()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9153 bool is_map; member