/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FileOptions.php | 150 protected $php_class_prefix = null; variable in Google\\Protobuf\\Internal\\FileOptions 928 return isset($this->php_class_prefix) ? $this->php_class_prefix : ''; 933 return isset($this->php_class_prefix); 938 unset($this->php_class_prefix); 952 $this->php_class_prefix = $var;
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FileOptions.php | 150 protected $php_class_prefix = null; variable in Google\\Protobuf\\Internal\\FileOptions 928 return isset($this->php_class_prefix) ? $this->php_class_prefix : ''; 933 return isset($this->php_class_prefix); 938 unset($this->php_class_prefix); 952 $this->php_class_prefix = $var;
|
/aosp_15_r20/external/protobuf/php/tests/proto/ |
H A D | test_prefix.proto | 3 option php_class_prefix = "Prefix";
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/proto/ |
H A D | test_prefix.proto | 3 option php_class_prefix = "Prefix";
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | descriptor.rs | 3866 pub php_class_prefix: ::std::option::Option<::std::string::String>, field 4313 pub fn php_class_prefix(&self) -> &str { in php_class_prefix() method 4314 match self.php_class_prefix.as_ref() { in php_class_prefix() 4321 self.php_class_prefix = ::std::option::Option::None; in clear_php_class_prefix() 4325 self.php_class_prefix.is_some() in has_php_class_prefix() 4330 self.php_class_prefix = ::std::option::Option::Some(v); in set_php_class_prefix() 4336 if self.php_class_prefix.is_none() { in mut_php_class_prefix() 4337 self.php_class_prefix = ::std::option::Option::Some(::std::string::String::new()); in mut_php_class_prefix() 4339 self.php_class_prefix.as_mut().unwrap() in mut_php_class_prefix() 4344 self.php_class_prefix.take().unwrap_or_else(|| ::std::string::String::new()) in take_php_class_prefix() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | descriptor.rs | 4686 php_class_prefix: crate::SingularField<::std::string::String>, field 5119 match self.php_class_prefix.as_ref() { in get_php_class_prefix() 5125 self.php_class_prefix.clear(); in clear_php_class_prefix() 5129 self.php_class_prefix.is_some() in has_php_class_prefix() 5134 self.php_class_prefix = crate::SingularField::some(v); in set_php_class_prefix() 5140 if self.php_class_prefix.is_none() { in mut_php_class_prefix() 5141 self.php_class_prefix.set_default(); in mut_php_class_prefix() 5143 self.php_class_prefix.as_mut().unwrap() in mut_php_class_prefix() 5148 self.php_class_prefix.take().unwrap_or_else(|| ::std::string::String::new()) in take_php_class_prefix() 5384 … crate::rt::read_singular_string_into(wire_type, is, &mut self.php_class_prefix)?; in merge_from() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 163 const std::string& prefix = (desc->file()->options()).php_class_prefix(); in ClassNamePrefix()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 163 const std::string& prefix = (desc->file()->options()).php_class_prefix(); in ClassNamePrefix()
|
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/ |
D | descriptor.pb.h | 3753 const std::string& php_class_prefix() const; in Swap() 3758 void set_allocated_php_class_prefix(std::string* php_class_prefix); in Swap() 12204 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function 12245 inline void FileOptions::set_allocated_php_class_prefix(std::string* php_class_prefix) { in set_allocated_php_class_prefix() argument 12246 if (php_class_prefix != nullptr) { in set_allocated_php_class_prefix() 12251 _impl_.php_class_prefix_.SetAllocated(php_class_prefix, GetArenaForAllocation()); in set_allocated_php_class_prefix()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 3987 const std::string& php_class_prefix() const; in Swap() 3992 void set_allocated_php_class_prefix(std::string* php_class_prefix); in Swap() 12632 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() argument 12674 if (php_class_prefix != nullptr) { in set_allocated_php_class_prefix() 12679 _impl_.php_class_prefix_.SetAllocated(php_class_prefix, GetArenaForAllocation()); in set_allocated_php_class_prefix()
|
H A D | descriptor.proto | 437 optional string php_class_prefix = 40; field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 3987 const std::string& php_class_prefix() const; in Swap() 3992 void set_allocated_php_class_prefix(std::string* php_class_prefix); in Swap() 12632 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() argument 12674 if (php_class_prefix != nullptr) { in set_allocated_php_class_prefix() 12679 _impl_.php_class_prefix_.SetAllocated(php_class_prefix, GetArenaForAllocation()); in set_allocated_php_class_prefix()
|
H A D | descriptor.proto | 437 optional string php_class_prefix = 40; field
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/ |
D | descriptor.pb.h | 3753 const std::string& php_class_prefix() const; in Swap() 3758 void set_allocated_php_class_prefix(std::string* php_class_prefix); in Swap() 12204 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function 12245 inline void FileOptions::set_allocated_php_class_prefix(std::string* php_class_prefix) { in set_allocated_php_class_prefix() argument 12246 if (php_class_prefix != nullptr) { in set_allocated_php_class_prefix() 12251 _impl_.php_class_prefix_.SetAllocated(php_class_prefix, GetArenaForAllocation()); in set_allocated_php_class_prefix()
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 413 optional string php_class_prefix = 40; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 381 optional string php_class_prefix = 40; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 438 optional string php_class_prefix = 40; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 424 optional string php_class_prefix = 40; field
|
D | descriptor_sv.proto | 426 optional string php_class_prefix = 40 [ctype = STRING_PIECE]; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | CHANGES.txt | 1955 * Added file option php_class_prefix. The prefix will be prepended to all
|
/aosp_15_r20/external/protobuf/ |
H A D | CHANGES.txt | 1955 * Added file option php_class_prefix. The prefix will be prepended to all
|