OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_t
(Results
1 - 3
of
3
) sorted by null
/external/autotest/tko/
utils_unittest.py
38
for int_t,
str_t
in itertools.izip(int_times, str_times):
40
date_str = utils.get_timestamp({"key":
str_t
}, "key")
/external/protobuf/php/ext/google/protobuf/
upb.c
11
}
str_t
;
typedef in typeref:struct:__anon28809
13
static
str_t
*newstr(const char *data, size_t len) {
14
str_t
*ret = malloc(sizeof(*ret) + len);
22
static void freestr(
str_t
*s) { free(s); }
557
str_t
*s = f->defaultval.bytes;
589
str_t
*s = f->defaultval.bytes;
647
str_t
*s = f->defaultval.bytes;
825
str_t
*str = f->defaultval.bytes;
1048
str_t
*s = f->defaultval.bytes;
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
12
}
str_t
;
typedef in typeref:struct:__anon28867
14
static
str_t
*newstr(const char *data, size_t len) {
15
str_t
*ret = upb_gmalloc(sizeof(*ret) + len);
23
static void freestr(
str_t
*s) { upb_gfree(s); }
639
str_t
*s = f->defaultval.bytes;
671
str_t
*s = f->defaultval.bytes;
731
str_t
*s = f->defaultval.bytes;
956
str_t
*str = f->defaultval.bytes;
[
all
...]
Completed in 2015 milliseconds