Home
last modified time | relevance | path

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

1234

/third_party/typescript/tests/baselines/reference/
DdestructuringParameterDeclaration8.js6 nested: { p = 'c' } property
17 test({ method: 'x', nested: { p: 'a' } }) property
18 test({ method: 'z', nested: { p: 'b' } }) property
19 test({ method: 'one', nested: { p: 'a' } }) property
31 test({ method: 'x', nested: { p: 'a' } }); property
32 test({ method: 'z', nested: { p: 'b' } }); property
33 test({ method: 'one', nested: { p: 'a' } }); property
DnestedFreshLiteral.js13 nested: { prop: { colour: 'red' } } property
18 nested: { prop: { colour: 'red' } } property
DintersectionTypeMembers.js37 nested: { property
57 nested: { property
85 nested: { property
95 nested: { property
DobjectRestAssignment.js3 let nested: { ki }; variable
31 let nested; variable
DdestructuringTypeGuardFlow.js11 const aFoo: foo = { bar: 3, baz: "b", nested: { a: 1, b: "y" } }; property
40 var aFoo = { bar: 3, baz: "b", nested: { a: 1, b: "y" } }; property
DcontextualTypeShouldBeLiteral.js118 nested: { type: 'string' } property
169 nested: { type: 'string' } property
DfilterNamespace_import.js39 (function (nested) { argument
/third_party/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
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeMembers.ts30 nested: { doublyNested: { d: string; }, different: { e: number } }; property
33 nested: { doublyNested: { f: string; }, other: {g: number } }; property
48 nested: { doublyNested: { g: string; } } property
52 nested: { doublyNested: { h: string; } } property
/third_party/node/test/message/
Dutil_inspect_error.js8 console.log(util.inspect({ err, nested: { err } }, { compact: true })); property
9 console.log(util.inspect({ err, nested: { err } }, { compact: false })); property
/third_party/typescript/tests/cases/compiler/
DdestructuringTypeGuardFlow.ts14 const { bar, baz, nested: {a, b: text} } = aFoo; constant
30 const { bar, baz, nested: {a, b: text} } = bBar.elem2; constant
DnestedFreshLiteral.ts6 nested?: NestedSelector property
/third_party/protobuf/src/google/protobuf/
Dproto3_arena_lite_unittest.cc135 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local
145 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
/third_party/rust/crates/cxx/gen/src/
Dnested.rs7 nested: Vec<(&'a Ident, NamespaceEntries<'a>)>, field
43 let nested = nested_namespaces in sort_by_inner_namespace() localVariable
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java58 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSetValues() local
262 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSerialize() local
/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRestAssignment.ts3 let nested: { ki }; variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dmultiple_files_test.proto54 optional NestedMessage nested = 1; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dmultiple_files_test.proto54 optional NestedMessage nested = 1; field
/third_party/typescript/tests/cases/conformance/types/contextualTypes/methodDeclarations/
DcontextuallyTypedBindingInitializer.ts10 nested: Show property
DcontextuallyTypedBindingInitializerNegative.ts10 nested: Show property
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmultiple_files_test.proto53 optional NestedMessage nested = 1; field
Dlazy_fields_lite.proto54 optional LazyNestedInnerMessageLite nested = 3 [lazy = true]; field
/third_party/rust/crates/syn/codegen/src/
Dparse.rs132 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() localVariable
136 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() localVariable
148 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() localVariable
152 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() localVariable
/third_party/python/Lib/test/
Dtest_doctest2.py54 def nested(self): member in C.D
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment29.ts29 const nested = function (m: number) { constant

1234