Home
last modified time | relevance | path

Searched refs:JSON_NULL (Results 1 – 24 of 24) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson.h46 JSON_NULL, enumerator
225 other.type_ = Type::JSON_NULL; in MoveFrom()
242 Type type_ = Type::JSON_NULL;
Djson_writer.cc318 case Json::Type::JSON_NULL: in DumpValue()
/external/autotest/frontend/client/src/autotest/tko/
DLabelField.java9 if (value.equals(Utils.JSON_NULL)) { in getSqlCondition()
DHeaderField.java43 if (value.equals(Utils.JSON_NULL)) { in getSimpleSqlCondition()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dservice_config.cc167 it->second.type() != Json::Type::JSON_NULL) { in ParseJsonMethodName()
181 it->second.type() != Json::Type::JSON_NULL) { in ParseJsonMethodName()
Dclient_channel_channelz.cc64 if (trace_json.type() != Json::Type::JSON_NULL) { in RenderJson()
/external/wpa_supplicant_8/src/utils/
Djson.h20 JSON_NULL, enumerator
Djson.c405 curr_token->type = JSON_NULL; in json_parse()
568 case JSON_NULL: in json_type_str()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc640 if (json.type() == Json::Type::JSON_NULL) { in on_keys_retrieved()
682 if (json.type() == Json::Type::JSON_NULL) goto error; in on_openid_config_retrieved()
866 if (json.type() == Json::Type::JSON_NULL) goto error; in grpc_jwt_verifier_verify()
874 if (json.type() == Json::Type::JSON_NULL) goto error; in grpc_jwt_verifier_verify()
Djson_token.cc82 if (json.type() == Json::Type::JSON_NULL) { in grpc_auth_json_key_create_from_json()
/external/autotest/frontend/client/src/autotest/common/
DUtils.java23 public static final String JSON_NULL = "<null>"; field in Utils
231 return JSON_NULL; in jsonToString()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc182 if (trace_json.type() != Json::Type::JSON_NULL) { in RenderJson()
309 if (trace_json.type() != Json::Type::JSON_NULL) { in RenderJson()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap.cc110 if (bootstrap.server().channel_creds_config.type() != Json::Type::JSON_NULL) { in BootstrapString()
Dxds_api.cc786 case Json::Type::JSON_NULL: in PopulateMetadataValue()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dcds.cc595 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
Dxds_cluster_manager.cc621 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
Dxds_cluster_impl.cc633 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
Dxds_cluster_resolver.cc1042 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc636 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc788 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1699 if (json.type() == Json::Type::JSON_NULL) { in ParseLoadBalancingConfig()
/external/sqlite/dist/orig/
Dsqlite3.c184807 #define JSON_NULL 0
185135 assert( pNode->eType==JSON_NULL );
185256 assert( pNode->eType==JSON_NULL );
185568 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
185958 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
186046 case JSON_NULL:
186284 if( pPatch[i+1].eType==JSON_NULL ){
186298 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){
191699 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c185547 #define JSON_NULL 0
185875 assert( pNode->eType==JSON_NULL );
185996 assert( pNode->eType==JSON_NULL );
186308 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
186698 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
186786 case JSON_NULL:
187024 if( pPatch[i+1].eType==JSON_NULL ){
187038 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){
192458 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */
/external/sqlite/dist/
Dsqlite3.c184835 #define JSON_NULL 0
185163 assert( pNode->eType==JSON_NULL );
185284 assert( pNode->eType==JSON_NULL );
185596 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
185986 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
186074 case JSON_NULL:
186312 if( pPatch[i+1].eType==JSON_NULL ){
186326 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){
191727 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */