Searched refs:descriptor_binary_proto (Results 1 – 2 of 2) sorted by relevance
25 explicit State(std::string_view descriptor_binary_proto) { in State() argument26 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() argument54 : state_(std::make_unique<State>(descriptor_binary_proto)) {} in TestProtoSetLoader()89 TestProtoLoader::TestProtoLoader(std::string_view descriptor_binary_proto, in TestProtoLoader() argument91 : set_loader_(descriptor_binary_proto), type_name_(type_name) {} in TestProtoLoader()
47 explicit TestProtoSetLoader(std::string_view descriptor_binary_proto);75 TestProtoLoader(std::string_view descriptor_binary_proto,