Home
last modified time | relevance | path

Searched defs:oneof_options (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/python/
Dgenerator.cc1257 std::string oneof_options = OptionsValue(oneof.options().SerializeAsString()); in FixOptionsForOneof() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/python/
Dgenerator.cc1257 std::string oneof_options = OptionsValue(oneof.options().SerializeAsString()); in FixOptionsForOneof() local
/external/protobuf/src/google/protobuf/compiler/python/
Dgenerator.cc1257 std::string oneof_options = OptionsValue(oneof.options().SerializeAsString()); in FixOptionsForOneof() local
/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs785 fn oneof_options( in oneof_options() method