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:getMethods
(Results
1 - 13
of
13
) sorted by relevance
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H
A
D
ServiceTest.java
65
TestService.getDescriptor().
getMethods
().get(0);
67
TestService.getDescriptor().
getMethods
().get(1);
268
assertEquals(1, file.getServices().get(0).
getMethods
().size());
in testNoGenericServices()
270
file.getServices().get(0).
getMethods
().get(0).getName());
in testNoGenericServices()
H
A
D
DescriptorsTest.java
328
assertEquals(2, service.
getMethods
().size());
in testServiceDescriptor()
330
MethodDescriptor fooMethod = service.
getMethods
().get(0);
in testServiceDescriptor()
338
MethodDescriptor barMethod = service.
getMethods
().get(1);
in testServiceDescriptor()
348
for (int i = 0; i < service.
getMethods
().size(); i++) {
in testServiceDescriptor()
349
assertEquals(i, service.
getMethods
().get(i).getIndex());
in testServiceDescriptor()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
ServiceTest.java
61
TestService.getDescriptor().
getMethods
().get(0);
63
TestService.getDescriptor().
getMethods
().get(1);
263
assertEquals(1, file.getServices().get(0).
getMethods
().size());
in testNoGenericServices()
264
assertEquals("Foo", file.getServices().get(0).
getMethods
().get(0).getName());
in testNoGenericServices()
H
A
D
DescriptorsTest.java
315
MethodDescriptor fooMethod = service.
getMethods
().get(0);
in testServiceDescriptor()
321
MethodDescriptor barMethod = service.
getMethods
().get(1);
in testServiceDescriptor()
330
for (int i = 0; i < service.
getMethods
().size(); i++) {
in testServiceDescriptor()
331
assertEquals(i, service.
getMethods
().get(i).getIndex());
in testServiceDescriptor()
H
A
D
ExtensionRegistryFactoryTest.java
215
for (Method method : RegistryTests.class.
getMethods
()) {
in suite()
/third_party/protobuf/php/src/Google/Protobuf/
H
A
D
Api.php
165
public function
getMethods
()
function
/third_party/protobuf/php/tests/
H
A
D
GeneratedServiceTest.php
59
$this->assertCount(count($this->methodNames), $this->serviceClass->
getMethods
());
H
A
D
WellKnownTest.php
128
$this->assertSame(1, count($m->
getMethods
()));
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H
A
D
AudioLatencyTuner.java
79
Method[] methods = AudioTrack.class.
getMethods
();
in reflectAdvancedMethods()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H
A
D
ICUJDKCompare.java
375
MorC[] meths1 = getMorCArray(class1.
getMethods
());
in compare()
376
MorC[] meths2 = getMorCArray(class2.
getMethods
());
in compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H
A
D
TypeDumpVisitor.cpp
337
for (auto &M : MethodList.
getMethods
()) {
in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H
A
D
TypeRecord.h
764
ArrayRef<OneMethodRecord>
getMethods
() const { return Methods; }
in getMethods()
function in llvm::codeview::MethodOverloadListRecord
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
Descriptors.java
1979
public List<MethodDescriptor>
getMethods
() {
in getMethods()
method in Descriptors.ServiceDescriptor
Completed in 15 milliseconds