Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc130 void SetInputsAreProtoPathRelative(bool enable) { in SetInputsAreProtoPathRelative() function in google::protobuf::compiler::__anon4b24c0700111::CommandLineInterfaceTest
131 cli_.SetInputsAreProtoPathRelative(enable); in SetInputsAreProtoPathRelative()
250 cli_.SetInputsAreProtoPathRelative(true); in SetUp()
857 SetInputsAreProtoPathRelative(false); in Run()
1155 SetInputsAreProtoPathRelative(false); in Run()
1168 SetInputsAreProtoPathRelative(false); in Run()
1194 SetInputsAreProtoPathRelative(false); in Run()
1210 SetInputsAreProtoPathRelative(false); in Run()
1726 cli.SetInputsAreProtoPathRelative(true); in Run()
Dcommand_line_interface.h176 void SetInputsAreProtoPathRelative(bool enable) { in SetInputsAreProtoPathRelative() function
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc77 cli.SetInputsAreProtoPathRelative(true); in TEST()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc96 cli.SetInputsAreProtoPathRelative(true); in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc102 cli.SetInputsAreProtoPathRelative(true); in TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc226 cli.SetInputsAreProtoPathRelative(true); in TEST()
Dmetadata_test.cc90 cli.SetInputsAreProtoPathRelative(true); in CaptureMetadata()