Home
last modified time | relevance | path

Searched defs:map_entry (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/python/detail/
Dmap_entry.hpp13 struct map_entry struct
15 map_entry() {} in map_entry() argument
16 map_entry(Key k) : key(k), value() {} in map_entry() function
17 map_entry(Key k, Value v) : key(k), value(v) {} in map_entry() function
19 bool operator<(map_entry const& rhs) const in operator <()
24 Key key;
25 Value value;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php77 protected $map_entry = null; variable in Google\\Protobuf\\Internal\\MessageOptions
/third_party/mesa3d/src/compiler/nir/
Dnir_split_per_member_structs.c37 struct hash_entry *map_entry = in find_var_member() local
/third_party/nghttp2/tests/
Dnghttp2_map_test.c32 nghttp2_map_entry map_entry; member
/third_party/skia/experimental/skrive/src/reader/
DJsonReader.cpp44 const auto* map_entry = std::lower_bound(std::begin(gTypeMap), in block_type() local
/third_party/wayland_standard/src/
Dwayland-util.c169 union map_entry { union
/third_party/nghttp2/lib/
Dnghttp2_stream.h139 nghttp2_map_entry map_entry; member
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h139 nghttp2_map_entry map_entry; member
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dparsechannels.c377 const GstDvbV5ChannelsConfToPropertyMap *map_entry = dvbv5_prop_map; in parse_and_configure_from_v5_conf_file() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h215 size_t map_entry; member
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto507 optional bool map_entry = 7; field
Ddescriptor.proto516 optional bool map_entry = 7; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto520 optional bool map_entry = 7; field
Dmap_test.cc2932 Message* map_entry = reflection_tester.GetMapEntryViaReflection( in TEST_F() local
Ddescriptor.pb.h11164 inline bool MessageOptions::map_entry() const { in map_entry() function
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc721 const Descriptor* map_entry = field->message_type(); in GenerateFieldAccessor() local
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc266 const Descriptor* map_entry = f->message_type(); in GetFieldForMapType() local
/third_party/grpc/third_party/upb/upb/
Ddef.c67 bool map_entry; member
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3483 bool map_entry; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3038 bool map_entry; member