Home
last modified time | relevance | path

Searched refs:descriptor_binary_proto (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/test/
H A Dtest_proto_loader.cc25 explicit State(std::string_view descriptor_binary_proto) { in State() argument
26 CHECK(descriptor_set_.ParseFromArray(descriptor_binary_proto.data(), in State()
27 descriptor_binary_proto.size())) in State()
53 TestProtoSetLoader::TestProtoSetLoader(std::string_view descriptor_binary_proto) in TestProtoSetLoader() argument
54 : state_(std::make_unique<State>(descriptor_binary_proto)) {} in TestProtoSetLoader()
89 TestProtoLoader::TestProtoLoader(std::string_view descriptor_binary_proto, in TestProtoLoader() argument
91 : set_loader_(descriptor_binary_proto), type_name_(type_name) {} in TestProtoLoader()
H A Dtest_proto_loader.h47 explicit TestProtoSetLoader(std::string_view descriptor_binary_proto);
75 TestProtoLoader(std::string_view descriptor_binary_proto,