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

1 2 3 4 5 6 7 8 91011>>

  /external/flatbuffers/python/flatbuffers/
packer.py 16 Provide pre-compiled struct packers for encoding and decoding.
18 See: https://docs.python.org/2/library/struct.html#format-characters
21 import struct
25 boolean = struct.Struct(compat.struct_bool_decl)
27 uint8 = struct.Struct("<B")
28 uint16 = struct.Struct("<H")
29 uint32 = struct.Struct("<I"
    [all...]
  /system/tools/hidl/test/error_test/missing_variable_type/1.0/
IFoo.hal 19 struct Struct { uint32_t a; };
20 foo() generates (Struct);
  /external/llvm/unittests/IR/
TypesTest.cpp 21 StructType *Struct = StructType::create(C, "FooBar");
22 EXPECT_EQ("FooBar", Struct->getName());
23 Struct->setName(Struct->getName().substr(0, 3));
24 EXPECT_EQ("Foo", Struct->getName());
25 Struct->setName("");
26 EXPECT_TRUE(Struct->getName().empty());
27 EXPECT_FALSE(Struct->hasName());
  /external/flatbuffers/net/FlatBuffers/
Struct.cs 22 public struct Struct
  /external/compiler-rt/lib/esan/
cache_frag.cpp 24 //===-- Struct field access counter runtime -------------------------------===//
27 struct StructInfo {
31 u32 *FieldOffset; // auxiliary struct field info.
32 u32 *FieldSize; // auxiliary struct field info.
33 const char **FieldTypeName; // auxiliary struct field info.
41 struct CacheFragInfo {
47 struct StructCounter {
48 StructInfo *Struct;
49 u64 Count; // The total access count of the struct.
50 u64 Ratio; // Difference ratio for the struct layout access
    [all...]
  /external/clang/test/SemaCXX/
constant-expression.cpp 15 struct Struct {
20 template <int itval, Enum etval> struct C {
26 v5 = Struct::sval,
27 v6 = Struct::seval,
31 v10 = sizeof(Struct),
32 v11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
39 b5 : Struct::sval,
40 b6 : Struct::seval
    [all...]
  /external/flatbuffers/java/com/google/flatbuffers/
Struct.java 26 public class Struct {
29 /** The underlying ByteBuffer to hold the data of the Struct. */
  /external/flatbuffers/go/
struct.go 3 // Struct wraps a byte slice and provides read access to its data.
6 type Struct struct {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.c 273 This function print the content of the structure pointed by Struct.
275 @param[in] Struct Point to the structure to be printed.
284 IN SMBIOS_STRUCTURE_POINTER *Struct,
291 if (Struct == NULL) {
299 Buffer = (UINT8 *) (UINTN) (Struct->Raw);
304 DisplayStructureTypeInfo (Struct->Hdr->Type, SHOW_DETAIL);
305 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_FORMAT_PART_LEN), gShellDebug1HiiHandle, Struct->Hdr->Length);
306 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_STRUCT_HANDLE), gShellDebug1HiiHandle, Struct->Hdr->Handle);
312 switch (Struct->Hdr->Type) {
317 PRINT_PENDING_STRING (Struct, Type0, Vendor);
    [all...]
  /external/clang/test/CodeGen/
global-with-initialiser.c 19 struct Struct {
25 struct Struct globalStruct = { 1, 2.0f, "foobar"};
  /external/libmojo/mojo/public/cpp/bindings/
struct_ptr.h 23 template <typename Struct>
26 template <typename Struct>
35 using Struct = S;
55 : ptr_(new Struct(std::forward<Args>(args)...)) {}
66 Struct& operator*() const {
70 Struct* operator->() const {
74 Struct* get() const { return ptr_.get(); }
79 // type |Struct| doesn't have a Clone() method defined (which usually means
101 friend class internal::StructPtrWTFHelper<Struct>;
107 std::unique_ptr<Struct> ptr_
    [all...]
  /system/nvram/messages/include/nvram/messages/
struct.h 18 // struct types. This enables generic code to access the declared struct
21 // For example, consider the following struct type:
23 // struct Employee {
33 // struct DescriptorForType<Employee> {
48 // get a reference to the member within a struct instance. This can be used to
52 // template <typename Struct>
53 // struct StructCompare {
60 // int compare(const Struct& left,
61 // const Struct& right
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug329.go 9 type Value struct {
14 type Struct struct {
31 func (Value) Struct(x Struct) {
34 panic("bad struct magic")
38 func f1(x *byte, y, z int) Struct {
39 return Struct{magic}
44 v.Struct(f1(nil, 0, 0)) // ok
  /prebuilts/go/linux-x86/test/fixedbugs/
bug329.go 9 type Value struct {
14 type Struct struct {
31 func (Value) Struct(x Struct) {
34 panic("bad struct magic")
38 func f1(x *byte, y, z int) Struct {
39 return Struct{magic}
44 v.Struct(f1(nil, 0, 0)) // ok
  /external/clang/test/Modules/Inputs/no-linkage/
decls.h 6 struct Struct {};
  /external/flatbuffers/php/
Struct.php 20 abstract class Struct
  /libcore/ojluni/src/main/java/java/sql/
Struct.java 30 * structured type. A <code>Struct</code> object contains a
33 * By default, an instance of<code>Struct</code> is valid as long as the
36 * All methods on the <code>Struct</code> interface must be fully implemented if the
41 public interface Struct {
45 * that this <code>Struct</code> object represents.
48 * type for which this <code>Struct</code> object
59 * structured type that this <code>Struct</code> object represents.
83 * structured type that this <code>Struct</code> object represents.
  /external/clang/test/Index/
print-type.c 16 struct Struct{}; struct Struct elaboratedStructType();
53 // CHECK: StructDecl=Struct:16:8 (Definition) [type=struct Struct] [typekind=Record] [isPOD=1]
54 // CHECK: FunctionDecl=elaboratedStructType:16:32 [type=struct Struct ()] [typekind=FunctionNoProto] [canonicaltype=struct Struct ()] [canonicaltypekind=FunctionNoProto] [resulttype=struct Struct] [resulttypekind=Elaborat (…)
    [all...]
  /kernel/tests/net/test/
cstruct_test.py 23 TestStructA = cstruct.Struct("TestStructA", "=BI", "byte1 int2")
24 TestStructB = cstruct.Struct("TestStructB", "=BI", "byte1 int2")
59 Nested = cstruct.Struct("Nested", "!HSSi",
62 DoubleNested = cstruct.Struct("DoubleNested", "SSB",
98 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
114 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
125 TestStruct = cstruct.Struct("TestStruct", "=B16sIH",
141 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
148 # The integer is automatically padded by the struct module
155 # TODO: Add support for nested struct offse
    [all...]
  /external/clang/test/Modules/
ExtDebugInfo.cpp 27 using DebugCXX::Struct;
29 Struct s;
38 int Struct::static_member = -1;
57 struct PureFwdDecl { int i; };
60 struct Specialized<int>::Member { int i; };
61 struct Specialized<int>::Member definedLocally2;
63 template <class T> struct FwdDeclTemplateMember<T>::Member { T t; };
71 // CHECK: ![[STRUCT:.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "Struct",
122 // CHECK-SAME: scope: ![[STRUCT]]
    [all...]
no-linkage.cpp 7 struct Typedef { int n; }; // expected-note {{candidate}}
11 typedef int Struct; // expected-note {{candidate}}
36 use(Struct(0));
51 use(Struct(0)); // expected-error {{ambiguous}}
  /external/flatbuffers/tests/union_vector/
BookReader.php 4 use \Google\FlatBuffers\Struct;
9 class BookReader extends Struct
Rapunzel.php 4 use \Google\FlatBuffers\Struct;
9 class Rapunzel extends Struct
  /external/flatbuffers/tests/MyGame/Example/
Ability.php 6 use \Google\FlatBuffers\Struct;
11 class Ability extends Struct
Test.php 6 use \Google\FlatBuffers\Struct;
11 class Test extends Struct

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>