OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nestedb
(Results
1 - 6
of
6
) sorted by null
/tools/test/connectivity/acts/framework/tests/
acts_proto_utils_test_data.txt
9
name: "
NestedB
"
22
name: "
NestedB
"
30
name: "
NestedB
"
acts_proto_utils_test.py
100
[("NestedA", AAA), ("
NestedB
", BBB),
104
[("
NestedB
", BBB), ("NestedA", AAA),
105
("
NestedB
", BBB)])
/external/llvm/test/Verifier/
bitcast-address-space-nested-global.ll
11
@nestedC = constant %struct.Self1 { %struct.Self1 addrspace(1)* bitcast (%struct.Self1 addrspace(0)* @
nestedB
to %struct.Self1 addrspace(1)*) }
12
@
nestedB
= constant %struct.Self1 { %struct.Self1 addrspace(1)* bitcast (%struct.Self1 addrspace(0)* @nestedA to %struct.Self1 addrspace(1)*) }
/external/perfetto/src/protozero/test/example_proto/
test_messages.proto
81
message
NestedB
{
85
repeated
NestedB
repeated_a = 2;
86
optional
NestedB
.NestedC super_nested = 3;
/external/perfetto/src/protozero/test/
protozero_conformance_unittest.cc
137
pbtest::NestedA::
NestedB
* msg_b = msg_a->add_repeated_a();
138
pbtest::NestedA::
NestedB
::NestedC* msg_c = msg_b->set_value_b();
/external/protobuf/java/core/src/test/java/com/google/protobuf/
TestUtil.java
[
all
...]
Completed in 406 milliseconds