Searched refs:map_value (Results 1 – 6 of 6) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 430 SymbolMapValue * const map_value = (SymbolMapValue*)value; in free_symbol_map_value() local 433 list_free(&map_value->symbol_values_list_head, in free_symbol_map_value() 436 free(map_value); in free_symbol_map_value() 442 static int symbol_names_match(const void *map_value, const void *symbol) { in symbol_names_match() argument 443 return !strcmp(((SymbolMapValue*)map_value)->symbol_name, in symbol_names_match() 503 SymbolMapValue *map_value; in get_symbol_value() local 509 map_value = (SymbolMapValue*)target_node->value; in get_symbol_value() 510 child_list = &map_value->symbol_values_list_head; in get_symbol_value()
|
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 351 def FieldSize(map_value): argument 353 for key in map_value: 354 value = map_value[key]
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.proto | 96 map<int64, string> map_value = 5; field
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1075 PyObject* map_value; in CheckAndGetInteger() local 1076 while (PyDict_Next(value, &map_pos, &map_key, &map_value)) { in CheckAndGetInteger() 1083 function_return.get(), "MergeFrom", "O", map_value)); in CheckAndGetInteger()
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1447 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone()) in InitializePhiMap() local 1450 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value)); in InitializePhiMap() 1453 return map_value; in InitializePhiMap() 1819 RegisterAllocationData::PhiMapValue* map_value = in ResolvePhis() local 1830 map_value->AddOperand(&move->destination()); in ResolvePhis()
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 569 map<int64, string> map_value = 5; field
|