Home
last modified time | relevance | path

Searched refs:kErrorCode (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/cast/streaming/
Dmessage_fields.h40 constexpr char kErrorCode[] = "code"; variable
Dreceiver_message.cc80 if (!json::TryParseInt(value[kErrorCode], &code) || in Parse()
89 root[kErrorCode] = code; in ToJson()
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_filter_dataset_op.cc58 constexpr char kErrorCode[] = "code"; variable
561 key, kErrorCode, static_cast<int64_t>(status.code()))); in WriteStatusLocked()
572 TF_RETURN_IF_ERROR(reader->ReadScalar(key, kErrorCode, &code_int)); in ReadStatusLocked()
Dparallel_map_dataset_op.cc67 constexpr char kErrorCode[] = "code"; variable
646 key, kErrorCode, static_cast<int64_t>(status.code()))); in WriteStatusLocked()
657 TF_RETURN_IF_ERROR(reader->ReadScalar(key, kErrorCode, &code_int)); in ReadStatusLocked()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_test.cc9400 const QuicErrorCode kErrorCode = QUIC_INTERNAL_ERROR; in TEST_P() local
9402 new QuicConnectionCloseFrame(connection_.transport_version(), kErrorCode, in TEST_P()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_test.cc9400 const QuicErrorCode kErrorCode = QUIC_INTERNAL_ERROR; in TEST_P() local
9402 new QuicConnectionCloseFrame(connection_.transport_version(), kErrorCode, in TEST_P()