OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_strtable
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
794
}
upb_strtable
;
typedef in typeref:struct:__anon28833
851
bool upb_strtable_init(
upb_strtable
*table, upb_ctype_t ctype);
853
void upb_strtable_uninit(
upb_strtable
*table);
857
UPB_INLINE size_t upb_strtable_count(const
upb_strtable
*t) {
869
bool upb_strtable_insert2(
upb_strtable
*t, const char *key, size_t len,
873
UPB_INLINE bool upb_strtable_insert(
upb_strtable
*t, const char *key,
881
bool upb_strtable_lookup2(const
upb_strtable
*t, const char *key, size_t len,
885
UPB_INLINE bool upb_strtable_lookup(const
upb_strtable
*t, const char *key,
893
bool upb_strtable_remove2(
upb_strtable
*t, const char *key, size_t len,
897
UPB_INLINE bool upb_strtable_remove(
upb_strtable
*t, const char *key
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
1031
}
upb_strtable
;
typedef in typeref:struct:__anon28890
[
all
...]
Completed in 41 milliseconds