Home
last modified time | relevance | path

Searched refs:Structs (Results 1 – 25 of 54) sorted by relevance

123

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DStructsTest.java43 assertThat(Structs.of("k1", Values.of(1))).isEqualTo(expected.build()); in test1pair_constructsObject()
49 assertThat(Structs.of("k1", Values.of(1), "k2", Values.of(2))).isEqualTo(expected.build()); in test2pair_constructsObject()
55 assertThat(Structs.of("k1", Values.of(1), "k2", Values.of(2), "k3", Values.of(3))) in test3pair_constructsObject()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DStructs.java37 public final class Structs { class
64 private Structs() {} in Structs() method in Structs
/external/compiler-rt/lib/esan/
Dcache_frag.cpp44 StructInfo *Structs; member
133 StructInfo *Struct = &CacheFrag->Structs[i]; in registerStructInfo()
151 StructInfo *Struct = &CacheFrag->Structs[i]; in unregisterStructInfo()
/external/llvm-project/llvm/test/CodeGen/XCore/
Dbigstructret.ll6 ; Structs of 4 words are returned in registers
22 ; Structs of more than 4 words are partially returned in memory so long as the
/external/llvm/test/CodeGen/XCore/
Dbigstructret.ll6 ; Structs of 4 words are returned in registers
22 ; Structs of more than 4 words are partially returned in memory so long as the
/external/llvm-project/llvm/test/Other/
Dscalable-vector-struct.ll3 ;; Structs cannot contain scalable vectors; make sure we detect them even
/external/llvm-project/libc/config/
Dpublic_api.td28 list<string> Structs = [];
/external/llvm-project/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m13 @import ElaboratedTypeStructs.Structs;
/external/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m14 @import ElaboratedTypeStructs.Structs;
/external/llvm-project/libc/utils/LibcTableGenUtil/
DAPIIndexer.h70 NameSet Structs; variable
DAPIIndexer.cpp129 Structs.insert(std::string(StructName)); in indexPublicAPIDef()
/external/libchrome/mojo/public/tools/bindings/
DREADME.md146 ### Structs subsection
148 Structs are defined using the **struct** keyword, and they provide a way to
206 // Structs may contain other structs. These may also be nullable.
267 Union fields may be of any type supported by [struct](#Structs) fields. For
362 Anything which is a valid struct field type (see [Structs](#Structs)) is also a
523 ### Versioned Structs
622 Similar to [versioned structs](#Versioned-Structs), when you pass the parameter
/external/swiftshader/third_party/SPIRV-Tools/test/
Dname_mapper_test.cpp169 INSTANTIATE_TEST_SUITE_P(Structs, FriendlyNameTest,
/external/deqp-deps/SPIRV-Tools/test/
Dname_mapper_test.cpp169 INSTANTIATE_TEST_SUITE_P(Structs, FriendlyNameTest,
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dname_mapper_test.cpp169 INSTANTIATE_TEST_SUITE_P(Structs, FriendlyNameTest,
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Daltera-struct-pack-align.rst9 Structs that are not packed take up more space than they should, and accessing
/external/rust/crates/vmm_vhost/
DREADME.md9 The main relationship among Traits and Structs exported by the `vhost` crate is as below:
/external/angle/src/tests/compiler_tests/
DMSLOutput_test.cpp338 TEST_F(MSLOutputTest, Structs) in TEST_F() argument
/external/antlr/runtime/C/doxygen/
Druntime.dox26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which…
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_uniform.txt28 - Structs and arrays, including nested
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule-shared.h.tmpl136 {#--- Structs #}
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp398 StringMap<StructInfo> Structs; member in __anond7a80e8d0111::MasmParser
1540 } else if (Structs.count(SymbolName.lower())) { in parsePrimaryExpr()
2425 auto IDIt = Structs.find(IDVal.lower()); in parseStatement()
2426 if (IDIt != Structs.end()) in parseStatement()
2526 auto NextIt = Structs.find(nextVal.lower()); in parseStatement()
2527 if (NextIt != Structs.end()) { in parseStatement()
4362 Structs[Name.lower()] = Structure; in parseDirectiveEnds()
6936 auto StructIt = Structs.find(Base.lower()); in lookUpField()
6939 StructIt = Structs.find(TypeIt->second.Name.lower()); in lookUpField()
6941 if (StructIt != Structs.end()) in lookUpField()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td60 // Structs up to 16 bytes in size are passed by value. They are right-aligned
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcCallingConv.td59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcCallingConv.td59 // Structs up to 16 bytes in size are passed by value. They are right-aligned

123