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:getTypeUrl
(Results
1 - 8
of
8
) sorted by relevance
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
AnyTest.java
82
"xxx.com/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().
getTypeUrl
());
in testCustomTypeUrls()
93
"yyy.com/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().
getTypeUrl
());
in testCustomTypeUrls()
104
"/" + TestAllTypes.getDescriptor().getFullName(), container.getValue().
getTypeUrl
());
in testCustomTypeUrls()
/third_party/protobuf/php/tests/
H
A
D
EncodeDecodeTest.php
1079
$m1->
getTypeUrl
());
1087
$m2->
getTypeUrl
());
1096
$m3->
getTypeUrl
());
1110
$m1->getAny()->
getTypeUrl
());
1118
$m2->getAny()->
getTypeUrl
());
1127
$m3->getAny()->
getTypeUrl
());
1142
$m1->getAny()->
getTypeUrl
());
H
A
D
WellKnownTest.php
68
$any->
getTypeUrl
());
82
$this->assertSame("type.googleapis.com/foo.TestMessage", $any->
getTypeUrl
());
225
$this->assertSame("a", $m->
getTypeUrl
());
H
A
D
memory_leak_test.php
214
$m->getAny()->
getTypeUrl
());
/third_party/protobuf/php/src/Google/Protobuf/
H
A
D
Any.php
182
public function
getTypeUrl
()
function
H
A
D
Field.php
227
public function
getTypeUrl
()
function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
Message.php
1466
$output->writeRaw($this->
getTypeUrl
(), strlen($this->
getTypeUrl
()));
1963
$size += strlen($this->
getTypeUrl
()) + 2;
/third_party/protobuf/js/binary/
H
A
D
proto_test.js
655
any.
getTypeUrl
());
Completed in 9 milliseconds