HomeSort by relevance Sort by last modified time
    Searched defs:map_key (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/
map_field.cc 175 const MapKey& map_key) const {
177 Map<MapKey, MapValueRef>::const_iterator iter = map.find(map_key);
182 const MapKey& map_key, MapValueRef* val) {
186 Map<MapKey, MapValueRef>::iterator iter = map->find(map_key);
189 MapValueRef& map_val = (*map)[map_key];
223 // map_key is already in the map. Make sure (*map)[map_key] is not called.
229 bool DynamicMapField::DeleteMapValue(const MapKey& map_key) {
231 Map<MapKey, MapValueRef>::iterator iter = map_.find(map_key);
284 const MapKey& map_key = it->first local
366 MapKey map_key; local
    [all...]
map_test_util.cc 566 MapKey map_key; local
567 map_key.SetInt32Value(0);
569 message, F("map_int32_int32"), map_key, &map_val));
572 map_key.SetInt64Value(0);
574 message, F("map_int64_int64"), map_key, &map_val));
577 map_key.SetUInt32Value(0);
579 message, F("map_uint32_uint32"), map_key, &map_val));
582 map_key.SetUInt64Value(0);
584 message, F("map_uint64_uint64"), map_key, &map_val));
587 map_key.SetInt32Value(0)
777 MapKey map_key; local
971 MapKey map_key; local
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim_test.cc 114 const string map_key = "foo_key"; local
120 AddInputToSignatureDef(tensor_name, tensor_name_to_dtype, map_key,
123 EXPECT_EQ(tensor_name, signature_def.inputs().find(map_key)->second.name());
130 const string map_key = "foo_key"; local
136 AddOutputToSignatureDef(tensor_name, tensor_name_to_dtype, map_key,
139 EXPECT_EQ(tensor_name, signature_def.outputs().find(map_key)->second.name());
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 337 MapKey map_key; local
339 if (!PythonToMapKey(key, self->key_field_descriptor, &map_key)) {
344 map_key)) {
442 MapKey map_key; local
445 if (!PythonToMapKey(key, self->key_field_descriptor, &map_key)) {
450 map_key, &value)) {
463 MapKey map_key; local
466 if (!PythonToMapKey(key, self->key_field_descriptor, &map_key)) {
475 map_key, &value);
484 map_key)) {
702 MapKey map_key; local
727 MapKey map_key; local
    [all...]
message.cc 1074 PyObject* map_key; local
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 263 string map_key; local
273 map_key = ReadFieldValueAsString(*field);
275 if (map_key.empty()) {
284 ASSIGN_OR_RETURN(map_key, MapKeyDefaultValueAsString(*key_field));
286 RETURN_IF_ERROR(RenderField(field, map_key, ow));
    [all...]
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 132 int map_bank, map_instr, map_key; member in struct:soundfont_voice_map
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 185 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
  /external/syslinux/efi/
main.c 658 UINTN i, nr_entries, map_key, desc_size; local
665 map_buf = get_memory_map(&nr_entries, &map_key,
    [all...]
  /external/iproute2/lib/
bpf.c 987 uint32_t map_key; local
993 map_key = *key;
995 ret = sscanf(cfg.section, "%*i/%i", &map_key);
1019 ret = bpf_map_update(map_fd, &map_key, &prog_fd, BPF_ANY);
    [all...]

Completed in 288 milliseconds