Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/flatbuffers/net/FlatBuffers/
DStruct.cs22 public struct Struct struct
24 public int bb_pos { get; private set; }
25 public ByteBuffer bb { get; private set; }
28 public Struct(int _i, ByteBuffer _bb) : this() in Struct() argument
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dsort.go21 func TopologicalSortStructs(ns []*Struct) (sorted []*Struct, ok bool) {
41 func tssVisit(dst []*Struct, n *Struct, byQID map[t.QID]*Struct, marks map[*Struct]uint8) ([]*Struc…
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs100 struct Struct { struct
101 a: Vec<Enum>,
102 b: BTreeMap<NonNullString, Enum>,
103 c: Tuple,
104 d: (Unit, Unit),
105 e: Array4<NewType>,
/third_party/flatbuffers/go/
Dstruct.go6 type Struct struct { struct
7 Table
/third_party/skia/third_party/externals/tint/src/sem/
Dtype_mappings.h30 class Struct; variable
46 class Struct; variable
Dmember_accessor_expression.h32 class Struct; variable
/third_party/boost/libs/hana/include/boost/hana/concept/
Dstruct.hpp24 struct Struct struct
/third_party/boost/boost/hana/concept/
Dstruct.hpp24 struct Struct struct
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DStruct.php7 class Struct class
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DStruct.swift20 public struct Struct { struct
DMutable.swift83 extension Struct: Mutable {} extension
/third_party/flatbuffers/php/
DStruct.php20 abstract class Struct class
/third_party/flatbuffers/java/com/google/flatbuffers/
DStruct.java26 public class Struct { class
/third_party/protobuf/php/src/Google/Protobuf/
DStruct.php22 class Struct extends \Google\Protobuf\Internal\Message class
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DValue.hpp93 class Struct : public Value class
96 Struct(const std::string &type, const std::shared_ptr<Variables> &members) in Struct() function in vk::dbg::Struct
/third_party/flatbuffers/tests/union_vector/
DBookReader.php4 use \Google\FlatBuffers\Struct; alias
DRapunzel.php4 use \Google\FlatBuffers\Struct; alias
/third_party/boost/libs/type_traits/test/
Dpromote_basic_test.cpp14 struct Struct {}; struct
/third_party/flatbuffers/tests/MyGame/Example/
DAbility.php6 use \Google\FlatBuffers\Struct; alias
DTest.php6 use \Google\FlatBuffers\Struct; alias
/third_party/protobuf/src/google/protobuf/
Dstruct.proto51 message Struct { message
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php6 use \Google\FlatBuffers\Struct; alias
/third_party/skia/third_party/externals/tint/src/ast/
Dstruct.cc27 Struct::Struct(ProgramID pid, in Struct() function in tint::ast::Struct
/third_party/boost/libs/align/test/
Dalignment_of_test.cpp110 struct Struct { struct
123 test_cv<Struct<T> >(); in test() argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolUniqueId.h52 Struct, enumerator

12345