Home
last modified time | relevance | path

Searched defs:nested (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_move_unittest.cc54 const auto* nested = &message1.optional_nested_message(); in TEST() local
68 const auto* nested = &message1.optional_nested_message(); in TEST() local
94 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local
110 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local
128 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local
144 const auto* nested = &message1.optional_nested_message(); in TEST() local
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java36 Nested echo(Nested nested); in echo()
38 NestedWithBuilder echo(NestedWithBuilder nested); in echo()
50 void echo(Nested nested, AsyncCallback<Nested> callback); in echo()
52 void echo(NestedWithBuilder nested, AsyncCallback<NestedWithBuilder> callback); in echo()
94 public Nested echo(Nested nested) { in echo()
99 public NestedWithBuilder echo(NestedWithBuilder nested) { in echo()
233 Nested nested = Nested.create("able", Simple.create("baker")); in testNested() local
239 NestedWithBuilder nested = in testNestedWithBuilder() local
/external/llvm-project/mlir/lib/Analysis/
DNestedMatcher.cpp42 NestedPattern::NestedPattern(ArrayRef<NestedPattern> nested, in NestedPattern()
123 NestedPattern If(ArrayRef<NestedPattern> nested) { in If()
126 NestedPattern If(FilterFunctionType filter, ArrayRef<NestedPattern> nested) { in If()
139 NestedPattern For(ArrayRef<NestedPattern> nested) { in For()
142 NestedPattern For(FilterFunctionType filter, ArrayRef<NestedPattern> nested) { in For()
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py107 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): argument
211 def convert_inner_node_data(nested, wrap=False): argument
223 def _is_serialized_node_data(nested): argument
231 def _is_atomic_nested(nested): argument
239 def _convert_object_or_list(nested): argument
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dfind.h29 constexpr FindDecodeHandler(uint32_t field_number, FindDecodeHandler* nested) in FindDecodeHandler() function
36 void set_nested_handler(FindDecodeHandler* nested) { in set_nested_handler()
/external/llvm-project/flang/test/Semantics/
Dcall01.f9024 integer function nested function
113 character(1) function nested function
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java94 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local
123 public void doSubtask(Profiler nested) { in doSubtask()
/external/python/cpython2/Lib/
Dsre_parse.py237 def _class_escape(source, escape, nested): argument
278 def _escape(source, escape, state, nested): argument
336 def _parse_sub(source, state, nested): argument
395 def _parse_sub_cond(source, state, condgroup, nested): argument
414 def _parse(source, state, nested): argument
/external/rust/crates/thiserror-impl/src/
Dattr.rs151 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
158 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
165 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryNestedTest.kt38 val nested = async { in <lambda>() constant
/external/protobuf/src/google/protobuf/
Dproto3_arena_lite_unittest.cc138 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local
148 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
/external/llvm-project/mlir/test/lib/Transforms/
DTestDominance.cpp40 operation->walk([&](Operation *nested) { in DominanceTest()
58 operation->walk([&](Operation *nested) { in printDominance()
/external/rust/cxx/gen/src/
Dnested.rs7 nested: Vec<(&'a Ident, NamespaceEntries<'a>)>, field
43 let nested = nested_namespaces in sort_by_inner_namespace() localVariable
/external/clang/test/SemaCXX/
Dtrailing-return-0x.cpp58 struct nested { struct
60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSettableFutureTest.java121 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local
148 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSettableFutureTest.java121 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local
148 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
/external/clang/test/OpenMP/
Dopenmp_check.cpp2 int nested(int a) { in nested() function
Dtarget_codegen_registration_naming.cpp26 int nested(int a){ in nested() function
/external/testng/src/test/java/test/
DNestedStaticSampleTest.java13 public void nested() { in nested() method in NestedStaticSampleTest.Nested
/external/llvm-project/clang/test/OpenMP/
Dtarget_teams_codegen_registration_naming.cpp44 int nested(int a){ in nested() function
Dtarget_codegen_registration_naming.cpp44 int nested(int a){ in nested() function
Dopenmp_check.cpp12 int nested(int a) { in nested() function
Dtarget_parallel_codegen_registration_naming.cpp44 int nested(int a){ in nested() function
/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dmod.rs13 mod nested; module
/external/llvm-project/clang/test/SemaCXX/
Dtrailing-return-0x.cpp58 struct nested { struct
60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()

1234567891011