Searched defs:JsonObjectLoader (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/json/ |
H A D | json_object_loader_test.cc | 340 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 D | json_object_loader.h | 557 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/ |
D | json_object_loader.h | 558 JsonObjectLoader() { in JsonObjectLoader() function 579 JsonObjectLoader(const Vec<Element, kElemCount - 1>& elements, in JsonObjectLoader() function 602 using JsonObjectLoader = json_detail::JsonObjectLoader<T>; variable
|