Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h177 inputs_are_proto_path_relative_ = enable; in SetInputsAreProtoPathRelative()
385 bool inputs_are_proto_path_relative_; variable
Dcommand_line_interface.cc707 inputs_are_proto_path_relative_(false) {} in CommandLineInterface()
757 if (!inputs_are_proto_path_relative_) { in Run()