HomeSort by relevance Sort by last modified time
    Searched refs:map_value (Results 1 - 7 of 7) sorted by null

  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 430 SymbolMapValue * const map_value = (SymbolMapValue*)value; local
433 list_free(&map_value->symbol_values_list_head,
436 free(map_value);
442 static int symbol_names_match(const void *map_value, const void *symbol) {
443 return !strcmp(((SymbolMapValue*)map_value)->symbol_name,
503 SymbolMapValue *map_value; local
509 map_value = (SymbolMapValue*)target_node->value;
510 child_list = &map_value->symbol_values_list_head;
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 351 def FieldSize(map_value):
353 for key in map_value:
354 value = map_value[key]
  /external/golang-protobuf/proto/proto3_proto/
proto3.pb.go 410 MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue,proto3" json:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  /external/bcc/src/lua/bpf/spec/
codegen_spec.lua 539 JEQ R0 #0 => 0013 -- if (map_value ~= NULL)
578 JEQ R0 #0 => 0014 -- if (map_value ~= NULL)
817 JEQ R0 #0 => 0016 -- if (map_value ~= NULL)
  /external/v8/src/compiler/
register-allocator.cc 1447 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone()) local
1819 RegisterAllocationData::PhiMapValue* map_value = local
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 1075 PyObject* map_value; local
    [all...]
  /external/golang-protobuf/proto/test_proto/
test.pb.go     [all...]

Completed in 875 milliseconds