Searched refs:NOT_SET (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | uri_parser.cc | 36 #define NOT_SET (~(size_t)0) macro 63 (begin == NOT_SET || end == NOT_SET) in decode_and_copy_component() 118 return NOT_SET; in parse_pchar() 141 case NOT_SET: /* uri_text[i] introduces an invalid URI */ in parse_fragment_or_query() 191 size_t scheme_end = NOT_SET; in grpc_uri_parse() 192 size_t authority_begin = NOT_SET; in grpc_uri_parse() 193 size_t authority_end = NOT_SET; in grpc_uri_parse() 194 size_t path_begin = NOT_SET; in grpc_uri_parse() 195 size_t path_end = NOT_SET; in grpc_uri_parse() 196 size_t query_begin = NOT_SET; in grpc_uri_parse() [all …]
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_hpack_tables.cc | 126 #define NOT_SET (~(unsigned)0) macro 147 x.values[i] = NOT_SET; in nibblelut_empty() 226 GPR_ASSERT(huffstates[state].next.values[nibble] == NOT_SET); in build_dec_tbl() 230 build_dec_tbl(st, 0, 0, bitofs, NOT_SET, syms); in build_dec_tbl() 293 build_dec_tbl(state_index(0, symset_all(), &i), 0, 0, 0, NOT_SET, in generate_huff_tables()
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster_types.proto | 103 NOT_SET = 0; enumerator
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 551 case NOT_SET 553 public init(nilLiteral: ()) { self = .NOT_SET } 574 case .NOT_SET: 588 to nil will clear it (i.e., reset it to `NOT_SET`).
|