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:msglist
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H
A
D
DescriptorsTest.java
497
List<Descriptor>
msglist
= file.getMessageTypes();
in testDescriptorComplexCrosslink()
498
assertNotNull(
msglist
);
in testDescriptorComplexCrosslink()
499
assertTrue(
msglist
.size() == 2);
in testDescriptorComplexCrosslink()
501
for (Descriptor desc :
msglist
) {
in testDescriptorComplexCrosslink()
632
List<Descriptor>
msglist
= barFile.getMessageTypes();
in testComplexNamespacePublicDependency()
633
assertNotNull(
msglist
);
in testComplexNamespacePublicDependency()
634
assertTrue(
msglist
.size() == 1);
in testComplexNamespacePublicDependency()
635
Descriptor desc =
msglist
.get(0);
in testComplexNamespacePublicDependency()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
DescriptorsTest.java
485
List<Descriptor>
msglist
= file.getMessageTypes();
in testDescriptorComplexCrosslink()
486
assertNotNull(
msglist
);
in testDescriptorComplexCrosslink()
487
assertTrue(
msglist
.size() == 2);
in testDescriptorComplexCrosslink()
489
for (Descriptor desc :
msglist
) {
in testDescriptorComplexCrosslink()
685
List<Descriptor>
msglist
= barFile.getMessageTypes();
in testComplexNamespacePublicDependency()
686
assertNotNull(
msglist
);
in testComplexNamespacePublicDependency()
687
assertTrue(
msglist
.size() == 1);
in testComplexNamespacePublicDependency()
688
Descriptor desc =
msglist
.get(0);
in testComplexNamespacePublicDependency()
/third_party/curl/lib/
H
A
D
multihandle.h
100
struct Curl_llist
msglist
; /* a list of messages from completed transfers */
member
H
A
D
multi.c
372
Curl_llist_insert_next(&multi->
msglist
, multi->
msglist
.tail, msg,
in multi_addmsg()
394
Curl_llist_init(&multi->
msglist
, NULL);
in Curl_multi_handle()
935
for(e = multi->
msglist
.head; e; e = e->next) {
in curl_multi_remove_handle()
939
Curl_llist_remove(&multi->
msglist
, e, NULL);
in curl_multi_remove_handle()
2911
Curl_llist_count(&multi->
msglist
)) {
2916
e = multi->
msglist
.head;
2921
Curl_llist_remove(&multi->
msglist
, e, NULL);
2923
*msgs_in_queue = curlx_uztosi(Curl_llist_count(&multi->
msglist
));
Completed in 7 milliseconds