Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 6 of 6) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c430 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/
Dencoder.py351 def FieldSize(map_value): argument
353 for key in map_value:
354 value = map_value[key]
/external/golang-protobuf/proto/proto3_proto/
Dproto3.proto96 map<int64, string> map_value = 5; field
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1075 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/
Dregister-allocator.cc1447 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/
Dtest.proto569 map<int64, string> map_value = 5; field