Home
last modified time | relevance | path

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

12345

/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/weston/clients/
Dnested.c59 struct nested { struct
71 const struct nested_renderer *renderer; argument
104 struct nested *nested; member
269 struct nested *nested = data; in redraw_handler() local
299 struct nested *nested = data; in keyboard_focus_handler() local
307 struct nested *nested = container_of(task, struct nested, child_task); in handle_child_data() local
322 launch_client(struct nested *nested, const char *path) in launch_client()
395 struct nested *nested = surface->nested; in destroy_surface() local
427 struct nested *nested = surface->nested; in surface_attach() local
474 struct nested *nested = surface->nested; in nested_surface_attach() local
[all …]
/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/boost/boost/spirit/home/classic/meta/
Drefactoring.hpp85 typename NestedT::embed_t nested; member in boost::spirit::refactor_unary_parser
107 typename NestedT::embed_t nested; member in boost::spirit::refactor_unary_gen
168 typename NestedT::embed_t nested; member in boost::spirit::refactor_action_parser
190 typename NestedT::embed_t nested; member in boost::spirit::refactor_action_gen
250 typename NestedT::embed_t nested; member in boost::spirit::attach_action_parser
272 typename NestedT::embed_t nested; member in boost::spirit::attach_action_gen
/third_party/boost/libs/pfr/test/run/
Dtuple_size.cpp9 struct nested { int i; char data[20]; }; in main() argument
/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/boost/libs/beast/test/extras/include/boost/beast/
Ddoc_debug.hpp49 namespace nested { namespace
124 namespace nested { namespace
/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/boost/boost/xpressive/detail/core/
Dresults_cache.hpp90 nested_results<BidiIter> &nested = access::get_nested_results(out.back()); in reclaim_last() local
115 nested_results<BidiIter> &nested = access::get_nested_results(*begin); in reclaim_all() local
/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/boost/libs/mpl/test/
Dassert.cpp75 struct nested : boost::mpl::true_ { struct
/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/boost/tools/build/src/build/
Derrors.py29 def __init__(self, message, nested=None): argument
102 def push_user_context(self, message, nested=None): argument
/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/typescript/tests/cases/conformance/types/contextualTypes/methodDeclarations/
DcontextuallyTypedBindingInitializer.ts10 nested: Show property
/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

12345