OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_inttable
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
1044
}
upb_inttable
;
typedef in typeref:struct:__anon28891
[
all
...]
upb.c
335
upb_inttable
t;
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.h
807
}
upb_inttable
;
typedef in typeref:struct:__anon28834
850
bool upb_inttable_init(
upb_inttable
*table, upb_ctype_t ctype);
852
void upb_inttable_uninit(
upb_inttable
*table);
856
size_t upb_inttable_count(const
upb_inttable
*t);
868
bool upb_inttable_insert(
upb_inttable
*t, uintptr_t key, upb_value val);
880
bool upb_inttable_lookup(const
upb_inttable
*t, uintptr_t key, upb_value *v);
892
bool upb_inttable_remove(
upb_inttable
*t, uintptr_t key, upb_value *val);
905
bool upb_inttable_replace(
upb_inttable
*t, uintptr_t key, upb_value val);
909
bool upb_inttable_push(
upb_inttable
*t, upb_value val);
910
upb_value upb_inttable_pop(
upb_inttable
*t)
[
all
...]
upb.c
281
upb_inttable
t;
[
all
...]
Completed in 486 milliseconds