Home
last modified time | relevance | path

Searched refs:str_val (Results 26 - 34 of 34) sorted by relevance

12

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c315 upb_strview str_val; member
483 decode_tosubmsg(d, submsg, layout, field, val.str_val); in decode_toarray()
492 int count = val.str_val.size >> lg2; in decode_toarray()
493 if ((val.str_val.size & mask) != 0) { in decode_toarray()
499 memcpy(mem, val.str_val.data, count << op); in decode_toarray()
508 const char *ptr = val.str_val.data; in decode_toarray()
509 const char *end = ptr + val.str_val.size; in decode_toarray()
560 decode_tosubmsg(d, &ent.k, layout, field, val.str_val); in decode_tomap()
595 decode_tosubmsg(d, submsg, layout, field, val.str_val); in decode_tomsg()
663 val.str_val in decode_msg()
[all...]
H A Dupb.h3418 upb_strview str_val; member
/third_party/mksh/
H A Dhistrap.c780 if (((hname = str_val(global("HISTFILE"))) == NULL) || !*hname) { in hist_persist_init()
H A Dsh.h2743 char *str_val(struct tbl *);
H A Dedit.c505 if ((fpath = str_val(global(TFPATH))) != null) in x_command_glob()
/third_party/googletest/googletest/src/
H A Dgtest.cc6040 const char* str_val = posix::GetEnv(var);
6041 if (str_val == nullptr) {
6047 str_val, &result)) {
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc5464 const char* str_val = posix::GetEnv(var); in Int32FromEnvOrDie() local
5465 if (str_val == nullptr) { in Int32FromEnvOrDie()
5471 str_val, &result)) { in Int32FromEnvOrDie()
/third_party/node/deps/googletest/src/
H A Dgtest.cc6063 const char* str_val = posix::GetEnv(var);
6064 if (str_val == nullptr) {
6070 str_val, &result)) {
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h3652 upb_strview str_val; member

Completed in 78 milliseconds

12