Home
last modified time | relevance | path

Searched defs:JsonObjectLoader (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/json/
H A Djson_object_loader_test.cc340 TEST(JsonObjectLoader, BooleanFields) { in TEST() argument
415 TEST(JsonObjectLoader, StringFields) { in TEST() argument
484 TEST(JsonObjectLoader, DurationFields) { in TEST() argument
578 TEST(JsonObjectLoader, JsonObjectFields) { in TEST() argument
651 TEST(JsonObjectLoader, JsonArrayFields) { in TEST() argument
724 TEST(JsonObjectLoader, MapFields) { in TEST() argument
812 TEST(JsonObjectLoader, VectorFields) { in TEST() argument
899 TEST(JsonObjectLoader, NestedStructFields) { in TEST() argument
994 TEST(JsonObjectLoader, BareString) { in TEST() argument
1004 TEST(JsonObjectLoader, BareDuration) { in TEST() argument
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/json/
H A Djson_object_loader.h557 JsonObjectLoader() { in JsonObjectLoader() function
578 JsonObjectLoader(const Vec<Element, kElemCount - 1>& elements, in JsonObjectLoader() function
601 using JsonObjectLoader = json_detail::JsonObjectLoader<T>; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_object_loader.h558 JsonObjectLoader() { in JsonObjectLoader() function
579 JsonObjectLoader(const Vec<Element, kElemCount - 1>& elements, in JsonObjectLoader() function
602 using JsonObjectLoader = json_detail::JsonObjectLoader<T>; variable