Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:php_class_prefix
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
FileOptions.php
147
* Generated from protobuf field <code>optional string
php_class_prefix
= 40;</code>
149
protected $
php_class_prefix
= null;
variable
253
* @type string $
php_class_prefix
916
* Generated from protobuf field <code>optional string
php_class_prefix
= 40;</code>
921
return isset($this->
php_class_prefix
) ? $this->
php_class_prefix
: '';
926
return isset($this->
php_class_prefix
);
931
unset($this->
php_class_prefix
);
938
* Generated from protobuf field <code>optional string
php_class_prefix
= 40;</code>
945
$this->
php_class_prefix
variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/php/
H
A
D
php_generator.cc
156
const string& prefix = (desc->file()->options()).
php_class_prefix
();
in ClassNamePrefix()
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.pb.h
3695
// optional string
php_class_prefix
= 40;
3701
const std::string&
php_class_prefix
() const;
3708
void set_allocated_php_class_prefix(std::string*
php_class_prefix
);
10726
// optional string
php_class_prefix
= 40;
10738
inline const std::string& FileOptions::
php_class_prefix
() const {
in php_class_prefix()
function in FileOptions
10739
// @@protoc_insertion_point(field_get:google.protobuf.FileOptions.
php_class_prefix
)
in php_class_prefix()
10744
// @@protoc_insertion_point(field_set:google.protobuf.FileOptions.
php_class_prefix
)
in set_php_class_prefix()
10747
// @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.
php_class_prefix
)
in mutable_php_class_prefix()
10761
// @@protoc_insertion_point(field_set_rvalue:google.protobuf.FileOptions.
php_class_prefix
)
in set_php_class_prefix()
10768
// @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.
php_class_prefix
)
in set_php_class_prefix()
10789
set_allocated_
php_class_prefix
(std::string*
php_class_prefix
)
set_allocated_php_class_prefix()
argument
10795
php_class_prefix
_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
php_class_prefix
,
set_allocated_php_class_prefix()
local
[all...]
Completed in 25 milliseconds