Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/py/pw_protobuf/
Dplugin.py60 response.FEATURE_PROTO3_OPTIONAL) # type: ignore[attr-defined]
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Druby_plugin.cc33 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dnode_plugin.cc36 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dcsharp_plugin.cc33 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dphp_plugin.cc37 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dcpp_plugin.h38 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dobjective_c_plugin.cc81 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dpython_generator.cc882 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
/external/pigweed/pw_rpc/py/pw_rpc/
Dplugin.py70 response.FEATURE_PROTO3_OPTIONAL) # type: ignore[attr-defined]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upbdefs.cc151 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
Dprotoc-gen-upb.cc956 return FEATURE_PROTO3_OPTIONAL; in GetSupportedFeatures()
/external/rust/crates/protobuf/src/
Dplugin.rs1227 FEATURE_PROTO3_OPTIONAL = 1, enumerator
1238 … 1 => ::std::option::Option::Some(CodeGeneratorResponse_Feature::FEATURE_PROTO3_OPTIONAL), in from_i32()
1246 CodeGeneratorResponse_Feature::FEATURE_PROTO3_OPTIONAL, in values()