Home
last modified time | relevance | path

Searched refs:NOT_SET (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Duri_parser.cc36 #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/
Dgen_hpack_tables.cc126 #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/
Dkeymaster_types.proto103 NOT_SET = 0; enumerator
/external/protobuf/docs/swift/
DDesignDoc.md551 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`).