Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc598 FileDescriptorProto json_file; in SetUp() local
599 json_file.set_name("json.proto"); in SetUp()
600 json_file.set_syntax("proto3"); in SetUp()
601 DescriptorProto* message4 = AddMessage(&json_file, "TestMessage4"); in SetUp()
632 json_file_ = pool_.BuildFile(json_file); in SetUp()