Home
last modified time | relevance | path

Searched refs:upb_tabent (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c87 static upb_tabent *mutable_entries(upb_table *t) { in mutable_entries()
88 return (upb_tabent*)t->entries; in mutable_entries()
102 bytes = upb_table_size(t) * sizeof(upb_tabent); in init()
117 static upb_tabent *emptyent(upb_table *t, upb_tabent *e) { in emptyent()
118 upb_tabent *begin = mutable_entries(t); in emptyent()
119 upb_tabent *end = begin + upb_table_size(t); in emptyent()
130 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable()
131 return (upb_tabent*)upb_getentry(t, hash); in getentry_mutable()
134 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry()
136 const upb_tabent *e; in findentry()
[all …]
Dmsg.c145 const upb_tabent *const*a = _a; in _upb_mapsorter_getkeys()
146 const upb_tabent *const*b = _b; in _upb_mapsorter_getkeys()
209 upb_tabent const**dst = &s->entries[sorted->start]; in _upb_mapsorter_pushmap()
210 const upb_tabent *src = map->table.t.entries; in _upb_mapsorter_pushmap()
211 const upb_tabent *end = src + upb_table_size(&map->table.t); in _upb_mapsorter_pushmap()
Dmsg.h531 const upb_tabent *ent = (const upb_tabent*)msg; in _upb_msg_map_key()
540 const upb_tabent *ent = (const upb_tabent*)msg; in _upb_msg_map_value()
547 upb_tabent *ent = (upb_tabent*)msg; in _upb_msg_map_set_value()
565 upb_tabent const**entries;
597 const upb_tabent *tabent = s->entries[sorted->pos++]; in _upb_sortedmap_next()
Dtable.int.h177 } upb_tabent; typedef
191 const upb_tabent *entries;
215 UPB_INLINE bool upb_tabent_isempty(const upb_tabent *e) { in upb_tabent_isempty()
230 static const upb_tabent *upb_getentry(const upb_table *t, uint32_t hash) { in upb_getentry()
373 const upb_tabent *e; in upb_inttable_lookup32()
455 UPB_INLINE const upb_tabent *str_tabent(const upb_strtable_iter *i) { in str_tabent()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c2157 const upb_tabent* const* a = _a; in _upb_mapsorter_getkeys()
2158 const upb_tabent* const* b = _b; in _upb_mapsorter_getkeys()
2225 upb_tabent const** dst = &s->entries[sorted->start]; in _upb_mapsorter_pushmap()
2226 const upb_tabent* src = map->table.t.entries; in _upb_mapsorter_pushmap()
2227 const upb_tabent* end = src + upb_table_size(&map->table.t); in _upb_mapsorter_pushmap()
2423 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
2438 bytes = upb_table_size(t) * sizeof(upb_tabent); in init()
2449 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
2450 upb_tabent* begin = t->entries; in emptyent()
2451 upb_tabent* end = begin + upb_table_size(t); in emptyent()
[all …]
Druby-upb.h934 } upb_tabent; typedef
941 upb_tabent* entries;
963 UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; } in upb_tabent_isempty()
1125 UPB_INLINE const upb_tabent* str_tabent(const upb_strtable_iter* i) { in str_tabent()
1844 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_key()
1853 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_value()
1860 upb_tabent* ent = (upb_tabent*)msg; in _upb_msg_map_set_value()
1878 upb_tabent const** entries;
1910 const upb_tabent* tabent = s->entries[sorted->pos++]; in _upb_sortedmap_next()
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c2157 const upb_tabent* const* a = _a; in _upb_mapsorter_getkeys()
2158 const upb_tabent* const* b = _b; in _upb_mapsorter_getkeys()
2225 upb_tabent const** dst = &s->entries[sorted->start]; in _upb_mapsorter_pushmap()
2226 const upb_tabent* src = map->table.t.entries; in _upb_mapsorter_pushmap()
2227 const upb_tabent* end = src + upb_table_size(&map->table.t); in _upb_mapsorter_pushmap()
2423 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
2438 bytes = upb_table_size(t) * sizeof(upb_tabent); in init()
2449 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
2450 upb_tabent* begin = t->entries; in emptyent()
2451 upb_tabent* end = begin + upb_table_size(t); in emptyent()
[all …]
Druby-upb.h934 } upb_tabent; typedef
941 upb_tabent* entries;
963 UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; } in upb_tabent_isempty()
1125 UPB_INLINE const upb_tabent* str_tabent(const upb_strtable_iter* i) { in str_tabent()
1844 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_key()
1853 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_value()
1860 upb_tabent* ent = (upb_tabent*)msg; in _upb_msg_map_set_value()
1878 upb_tabent const** entries;
1910 const upb_tabent* tabent = s->entries[sorted->pos++]; in _upb_sortedmap_next()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c2127 const upb_tabent* const* a = _a; in _upb_mapsorter_getkeys()
2128 const upb_tabent* const* b = _b; in _upb_mapsorter_getkeys()
2195 upb_tabent const** dst = &s->entries[sorted->start]; in _upb_mapsorter_pushmap()
2196 const upb_tabent* src = map->table.t.entries; in _upb_mapsorter_pushmap()
2197 const upb_tabent* end = src + upb_table_size(&map->table.t); in _upb_mapsorter_pushmap()
2393 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
2408 bytes = upb_table_size(t) * sizeof(upb_tabent); in init()
2419 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
2420 upb_tabent* begin = t->entries; in emptyent()
2421 upb_tabent* end = begin + upb_table_size(t); in emptyent()
[all …]
Dphp-upb.h900 } upb_tabent; typedef
907 upb_tabent* entries;
929 UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; } in upb_tabent_isempty()
1091 UPB_INLINE const upb_tabent* str_tabent(const upb_strtable_iter* i) { in str_tabent()
1813 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_key()
1822 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_value()
1829 upb_tabent* ent = (upb_tabent*)msg; in _upb_msg_map_set_value()
1848 upb_tabent const** entries;
1880 const upb_tabent* tabent = s->entries[sorted->pos++]; in _upb_sortedmap_next()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c2127 const upb_tabent* const* a = _a; in _upb_mapsorter_getkeys()
2128 const upb_tabent* const* b = _b; in _upb_mapsorter_getkeys()
2195 upb_tabent const** dst = &s->entries[sorted->start]; in _upb_mapsorter_pushmap()
2196 const upb_tabent* src = map->table.t.entries; in _upb_mapsorter_pushmap()
2197 const upb_tabent* end = src + upb_table_size(&map->table.t); in _upb_mapsorter_pushmap()
2393 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
2408 bytes = upb_table_size(t) * sizeof(upb_tabent); in init()
2419 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
2420 upb_tabent* begin = t->entries; in emptyent()
2421 upb_tabent* end = begin + upb_table_size(t); in emptyent()
[all …]
Dphp-upb.h900 } upb_tabent; typedef
907 upb_tabent* entries;
929 UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; } in upb_tabent_isempty()
1091 UPB_INLINE const upb_tabent* str_tabent(const upb_strtable_iter* i) { in str_tabent()
1813 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_key()
1822 const upb_tabent* ent = (const upb_tabent*)msg; in _upb_msg_map_value()
1829 upb_tabent* ent = (upb_tabent*)msg; in _upb_msg_map_set_value()
1848 upb_tabent const** entries;
1880 const upb_tabent* tabent = s->entries[sorted->pos++]; in _upb_sortedmap_next()