HomeSort by relevance Sort by last modified time
    Searched refs:Struct (Results 226 - 250 of 473) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 68 else { # Struct, Class, Union
109 elsif($Type{"Type"}=~/Struct|Class|Union|Array/)
136 elsif($Type{"Type"}=~/\A(Struct|Union)\Z/ and $Type{"Size"}<=8) {
139 else { # Struct, Class, Union
154 or ($Type{"Type"}=~/\A(Struct|Union)\Z/ and $Type{"Size"}<=8)
203 { # Struct, Class
922 if($TInfo->{$Tid}{"Type"}=~/Struct|Class|Union|MethodPtr/)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 38 RecognizerSharedState = Struct.new(
56 A big Struct-based class containing most of the data that makes up a
132 It is identical to Ruby's built-in Struct class, but it takes string
138 Block.new # => #<struct Block name=nil, depth=0, variables={}>
139 Block.new( "function" ) # => #<struct Block name="function", depth=0, variables={}>
140 Block.new( 'a', 1, :x => 3 ) # => #<struct Block name="a", depth=1, variables={ :x => 3 }>
144 class Scope < ::Struct
156 # the struct's default initialize for speed. Otherwise,
245 Struct.new( *members )
262 struct = Struct.new( *return_scope_members
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.php 6 use \Google\FlatBuffers\Struct;
  /external/libmojo/mojo/public/cpp/bindings/tests/
equals_unittest.cc 40 TEST_F(EqualsTest, Struct) {
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
pack.py 8 # of a mojom.Struct.
10 # ps = pack.PackedStruct(struct)
14 # Size of struct header in bytes: num_bytes [4B] + version [4B].
46 if isinstance(kind, (mojom.Array, mojom.Map, mojom.Struct,
74 index: the position of the original field in the struct.
106 """Returns the payload size (not including struct header) if |field| is the
117 def __init__(self, struct):
118 self.struct = struct
126 if (len(struct.fields) == 0)
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
data_unittest.py 31 """Tests that a struct can be converted from data."""
42 struct = data.StructFromData(module, struct_data)
43 struct.fields = map(lambda field:
44 data.StructFieldFromData(module, field, struct), struct.fields_data)
45 self.assertEquals(struct_data, data.StructToData(struct))
71 struct = mojom.Struct('TestStruct', module=module)
72 imported_module.kinds[struct.spec] = struct
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 79 struct PDB_UniqueId {
222 enum class PDB_UdtType { Struct, Class, Union, Interface };
257 struct VersionInfo {
281 struct Variant {
357 template <> struct hash<llvm::pdb::PDB_SymType> {
  /external/mesa3d/src/gallium/tools/trace/
model.py 101 class Struct(Node):
  /external/swiftshader/third_party/LLVM/utils/Misc/
zkill 54 class Struct:
60 return 'Struct(%s)' % ', '.join(['%s=%r' % (k,getattr(self,k))
119 table.append(Struct(**record))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 216 enum class PDB_UdtType { Struct, Class, Union, Interface };
251 struct VersionInfo {
275 struct Variant {
351 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 216 enum class PDB_UdtType { Struct, Class, Union, Interface };
251 struct VersionInfo {
275 struct Variant {
351 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 86 Struct = 0,
121 struct Metadata final {
182 struct Metadata final {
243 struct Metadata final {
312 struct Metadata final {
366 struct Metadata final {
398 struct Metadata final {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 216 enum class PDB_UdtType { Struct, Class, Union, Interface };
251 struct VersionInfo {
275 struct Variant {
351 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 86 Struct = 0,
121 struct Metadata final {
182 struct Metadata final {
243 struct Metadata final {
312 struct Metadata final {
366 struct Metadata final {
398 struct Metadata final {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 211 enum class PDB_UdtType { Struct, Class, Union, Interface };
246 struct VersionInfo {
270 struct Variant {
347 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 83 Struct = 0,
120 struct Metadata final {
185 struct Metadata final {
250 struct Metadata final {
318 struct Metadata final {
374 struct Metadata final {
408 struct Metadata final {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 211 enum class PDB_UdtType { Struct, Class, Union, Interface };
246 struct VersionInfo {
270 struct Variant {
347 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
AMDGPUMetadata.h 83 Struct = 0,
120 struct Metadata final {
185 struct Metadata final {
250 struct Metadata final {
318 struct Metadata final {
374 struct Metadata final {
408 struct Metadata final {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 211 enum class PDB_UdtType { Struct, Class, Union, Interface };
246 struct VersionInfo {
270 struct Variant {
347 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
AMDGPUMetadata.h 83 Struct = 0,
120 struct Metadata final {
185 struct Metadata final {
250 struct Metadata final {
318 struct Metadata final {
374 struct Metadata final {
408 struct Metadata final {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 211 enum class PDB_UdtType { Struct, Class, Union, Interface };
246 struct VersionInfo {
270 struct Variant {
347 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
AMDGPUMetadata.h 83 Struct = 0,
120 struct Metadata final {
185 struct Metadata final {
250 struct Metadata final {
318 struct Metadata final {
374 struct Metadata final {
408 struct Metadata final {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 216 enum class PDB_UdtType { Struct, Class, Union, Interface };
251 struct VersionInfo {
275 struct Variant {
351 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 216 enum class PDB_UdtType { Struct, Class, Union, Interface };
251 struct VersionInfo {
275 struct Variant {
351 template <> struct hash<llvm::pdb::PDB_SymType> {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 86 Struct = 0,
121 struct Metadata final {
182 struct Metadata final {
243 struct Metadata final {
312 struct Metadata final {
366 struct Metadata final {
398 struct Metadata final {

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 91011>>