Searched refs:kErrorCode (Results 1 – 3 of 3) sorted by relevance
39 constexpr char kErrorCode[] = "code"; variable
53 if (!json::ParseAndValidateInt(value[kErrorCode], &code) || in Parse()62 root[kErrorCode] = code; in ToJson()
64 constexpr char kErrorCode[] = "code"; variable606 key, kErrorCode, static_cast<int64>(status.code()))); in WriteStatusLocked()617 TF_RETURN_IF_ERROR(reader->ReadScalar(key, kErrorCode, &code_int)); in ReadStatusLocked()