Home
last modified time | relevance | path

Searched refs:val_size (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.h365 char val_size; member
442 size_t key_size, void *val, size_t val_size) { in _upb_map_get() argument
447 _upb_map_fromvalue(tabval, val, val_size); in _upb_map_get()
463 void *val, size_t val_size, upb_arena *arena) { in _upb_map_set() argument
466 if (!_upb_map_tovalue(val, val_size, &tabval, arena)) return false; in _upb_map_set()
492 size_t val_size) { in _upb_msg_map_get() argument
495 return _upb_map_get(map, key, key_size, val, val_size); in _upb_msg_map_get()
506 size_t key_size, void *val, size_t val_size, in _upb_msg_map_set() argument
510 *map = _upb_map_new(arena, key_size, val_size); in _upb_msg_map_set()
512 return _upb_map_set(*map, key, key_size, val, val_size, arena); in _upb_msg_map_set()
[all …]
Dreflection.c361 return _upb_map_get(map, &key, map->key_size, val, map->val_size); in upb_map_get()
370 return _upb_map_set(map, &key, map->key_size, &val, map->val_size, arena); in upb_map_set()
404 _upb_map_fromvalue(upb_strtable_iter_value(&i), &ret, map->val_size); in upb_mapiter_value()
Ddecode.c451 char val_size = desctype_to_mapsize[val_field->descriptortype]; in decode_tomap() local
454 map = _upb_map_new(&d->arena, key_size, val_size); in decode_tomap()
468 _upb_map_set(map, &ent.k, map->key_size, &ent.v, map->val_size, &d->arena); in decode_tomap()
Dmsg.c138 map->val_size = value_size; in _upb_map_new()
Dencode.c395 _upb_map_fromvalue(val, &ent.v, map->val_size); in encode_map()
/external/tcpdump/
Dprint-ppp.c835 int val_size, name_size, msg_size; in handle_chap() local
877 val_size = *p; /* value size */ in handle_chap()
879 if (length - (p - p0) < val_size) in handle_chap()
882 for (i = 0; i < val_size; i++) { in handle_chap()
/external/bcc/src/lua/bpf/
Dbpf.lua710 local val_size = ffi.sizeof(map.val_type)
711 local w = const_width[val_size] or BPF.DW
712 local pod_type = const_width[val_size]
714 local sp = stack_top + ffi.sizeof(map.key_type) + val_size
715 sp = sp + (sp % val_size)
746 if val_size ~= ffi.sizeof(V[src].type) then
748 src, V[src].type, map.val_type, val_size, ffi.sizeof(V[src].type))
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h962 inline size_t val_size () const { return NumConds; } in val_size() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h991 inline size_t val_size () const { return NumConds; } in val_size() function