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

12 3 4 5 6 7 8 91011>>

  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
StructInNestedNS.php 6 use \Google\FlatBuffers\Struct;
11 class StructInNestedNS extends Struct
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Struct.java 14 public abstract class Struct {
16 * The base size of the encoded struct.
21 * The version of the struct.
28 protected Struct(int encodedBaseSize, int version) {
34 * Returns the version of the struct. It is the max version of the struct in the mojom if it has
35 * been created locally, and the version of the received struct if it has been deserialized.
42 * Returns the serialization of the struct. This method can close Handles.
56 * @throws UnsupportedOperationException if the struct contains interfaces or handles.
60 // If the struct contains interfaces which require a non-null |Core| instance, it will thro
    [all...]
  /external/protobuf/src/google/protobuf/
struct.pb.h 2 // source: google/protobuf/struct.proto
44 class Struct;
69 class LIBPROTOBUF_EXPORT Struct : public ::google::protobuf::Message {
71 Struct();
72 virtual ~Struct();
74 Struct(const Struct& from);
76 inline Struct& operator=(const Struct& from) {
82 static const Struct& default_instance()
    [all...]
struct.pb.cc 2 // source: google/protobuf/struct.proto
5 #include <google/protobuf/struct.pb.h>
32 struct ValueOneofInstance {
37 const ::google::protobuf::Struct* struct_value_;
52 "google/protobuf/struct.proto");
56 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, fields_),
61 Struct::default_instance_,
66 sizeof(Struct),
67 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, _internal_metadata_),
68 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Struct, _is_default_instance_))
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue6789.dir/
a.go 7 type unexported struct {
12 type Struct struct {