Home
last modified time | relevance | path

Searched defs:php_class_prefix (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php150 protected $php_class_prefix = null; variable in Google\\Protobuf\\Internal\\FileOptions
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php150 protected $php_class_prefix = null; variable in Google\\Protobuf\\Internal\\FileOptions
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto381 optional string php_class_prefix = 40; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto426 optional string php_class_prefix = 40 [ctype = STRING_PIECE]; field
Ddescriptor.proto434 optional string php_class_prefix = 40; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto437 optional string php_class_prefix = 40; field
Ddescriptor.pb.h12497 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function
12538 inline void FileOptions::set_allocated_php_class_prefix(std::string* php_class_prefix) { in set_allocated_php_class_prefix()
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto438 optional string php_class_prefix = 40; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto437 optional string php_class_prefix = 40; field
Ddescriptor.pb.h12632 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function
12673 inline void FileOptions::set_allocated_php_class_prefix(std::string* php_class_prefix) { in set_allocated_php_class_prefix()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto413 optional string php_class_prefix = 40; field
/external/rust/crates/protobuf/src/
Ddescriptor.rs3866 pub php_class_prefix: ::std::option::Option<::std::string::String>, field
4313 pub fn php_class_prefix(&self) -> &str { in php_class_prefix() method
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptor.rs4686 php_class_prefix: crate::SingularField<::std::string::String>, field