Home
last modified time | relevance | path

Searched defs:members (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/boost/boost/intrusive/detail/
Dtransform_iterator.hpp130 struct members struct in boost::intrusive::detail::transform_iterator
133 BOOST_INTRUSIVE_FORCEINLINE members(const Iterator &it, const UnaryFunction &f) in members() function
137 BOOST_INTRUSIVE_FORCEINLINE members() in members() argument
140 Iterator m_it;
/third_party/typescript/tests/cases/compiler/
DunionTypeWithRecursiveSubtypeReduction1.ts2 public members: Class[]; property in Module
6 public members: (Class | Property)[]; property in Namespace
DunionTypeWithRecursiveSubtypeReduction2.ts2 public members: Class[]; property in Module
6 public members: (Class | Property)[]; property in Namespace
/third_party/python/Lib/ctypes/
D_aix.py151 def get_legacy(members): argument
174 def get_version(name, members): argument
212 def get_member(name, members): argument
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js141 var members = symType.members; variable
159 …bol = findSymbolFromAlias(importDecl.alias, { topLevelScope: scopeChain, members: null, tcContext:… property
212 …modType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new StringHashT… variable
248 …var members = new ScopedMembers(new DualStringHashTable(publicMembersTable, new StringHashTable())… variable
346 …classType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new StringHas… variable
349 …instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new String… variable
390 …classType.instanceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), … variable
392 …classType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new StringHas… variable
440 …interfaceType.members = new ScopedMembers(new DualStringHashTable(new StringHashTable(), new Strin… variable
965 …bol = findSymbolFromAlias(importDecl.alias, { topLevelScope: scopeChain, members: null, tcContext:… property
/third_party/skia/third_party/externals/tint/src/ast/
Dstruct.h57 const StructMemberList members; variable
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/comp/
Dstruct-layout.comp.json21 "members" : [ array
32 "members" : [ array
49 "members" : [ array
Dphysical-pointer.comp.json21 "members" : [ array
37 "members" : [ array
Dstruct-packing.comp.json21 "members" : [ array
43 "members" : [ array
58 "members" : [ array
80 "members" : [ array
95 "members" : [ array
105 "members" : [ array
183 "members" : [ array
297 "members" : [ array
319 "members" : [ array
334 "members" : [ array
[all …]
Darray-of-physical-pointer.comp.json21 "members" : [ array
43 "members" : [ array
/third_party/boost/boost/hana/fwd/
Dmembers.hpp30 constexpr auto members = [](auto&& object) { in __anon0a27b7c60102() variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dmembers.hpp30 constexpr auto members = [](auto&& object) { in __anon981a8dd90102() variable
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-enum-initializers.ts30 const { members } = node; constant
Dadjacent-overload-signatures.ts133 const members = getMembers(node); constant
/third_party/mesa3d/src/compiler/nir/
Dnir_split_per_member_structs.c42 nir_variable **members = map_entry->data; in find_var_member() local
71 nir_variable **members = in split_variable() local
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/vert/
Dread-from-row-major-array.vert.json11 "members" : [ array
24 "members" : [ array
Darray-size-reflection.vert.json11 "members" : [ array
44 "members" : [ array
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DValue.hpp96 Struct(const std::string &type, const std::shared_ptr<Variables> &members) in Struct()
121 std::shared_ptr<Variables> const members; member in vk::dbg::Struct
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DTypeExpressions.parsesCorrectly.recordType1.json8 "members": { object
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/asm/
Dop-source-glsl-ssbo-2.asm.comp.json21 "members" : [ array
38 "members" : [ array
Dop-source-none-ssbo-2.asm.comp.json21 "members" : [ array
38 "members" : [ array
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-reflection/asm/comp/
Dpointer-to-array-of-physical-pointer.asm.comp.json21 "members" : [ array
37 "members" : [ array
/third_party/python/Lib/lib2to3/fixes/
Dfix_renames.py17 def alternates(members): argument
/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_builder.cc53 ast::StructMemberList members; in MakeInOutStruct() local
95 ast::StructMemberList members; in MakeStructType() local
104 ast::StructMemberList members, in MakeStructTypeFromMembers()
164 std::vector<std::tuple<size_t, const ast::Type*>> members) { in MakeStructVariableReferenceBodyFunction()
/third_party/boost/libs/hana/test/concept/struct/
Dminimal_struct.hpp21 boost::hana::tuple<Members...> members; member

1234567