Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc633 json_file_ = pool_.BuildFile(json_file); in SetUp()
634 ASSERT_TRUE(json_file_ != NULL); in SetUp()
663 ASSERT_EQ(1, json_file_->message_type_count()); in SetUp()
664 message4_ = json_file_->message_type(0); in SetUp()
677 const FileDescriptor* json_file_; member in google::protobuf::descriptor_unittest::DescriptorTest