Searched refs:str_val (Results 26 - 34 of 34) sorted by relevance
12
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 315 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 D | upb.h | 3418 upb_strview str_val; member
|
/third_party/mksh/ |
H A D | histrap.c | 780 if (((hname = str_val(global("HISTFILE"))) == NULL) || !*hname) { in hist_persist_init()
|
H A D | sh.h | 2743 char *str_val(struct tbl *);
|
H A D | edit.c | 505 if ((fpath = str_val(global(TFPATH))) != null) in x_command_glob()
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 6040 const char* str_val = posix::GetEnv(var); 6041 if (str_val == nullptr) { 6047 str_val, &result)) {
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 5464 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 D | gtest.cc | 6063 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 D | php-upb.h | 3652 upb_strview str_val; member
|
Completed in 78 milliseconds
12