Home
last modified time | relevance | path

Searched defs:GetA (Results 1 – 15 of 15) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTest.php28 public function GetA() function in MyGame\\Example\\Test
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php28 public function GetA() function in NamespaceA\\NamespaceB\\StructInNestedNS
/external/golang-protobuf/internal/testprotos/test/weak2/
Dtest_weak.pb.go57 func (x *WeakImportMessage2) GetA() int32 { func
/external/golang-protobuf/internal/testprotos/test/weak1/
Dtest_weak.pb.go57 func (x *WeakImportMessage1) GetA() int32 { func
/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.cpp73 RetainPtr<const CPDF_Object> CPDF_StructElement::GetA() const { in GetA() function in CPDF_StructElement
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go1375 func (x *OptionalGroup) GetA() int32 { func
1437 func (x *RepeatedGroup) GetA() int32 { func
2420 func (x *TestAllTypes_NestedMessage) GetA() int32 { func
2476 func (x *TestAllTypes_OptionalGroup) GetA() int32 { func
2538 func (x *TestAllTypes_RepeatedGroup) GetA() int32 { func
2593 func (x *TestAllTypes_OneofGroup) GetA() int32 { func
2648 func (x *TestAllExtensions_NestedMessage) GetA() int32 { func
2702 func (x *TestRequiredGroupFields_OptionalGroup) GetA() int32 { func
2749 func (x *TestRequiredGroupFields_RepeatedGroup) GetA() int32 { func
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/lab/api/passport/
Dcamera_service.pb.go286 func (x *Pixel) GetA() int32 { func
/external/deqp-deps/amber/src/
Dcommand.h402 float GetA() const { return a_; } in GetA() function
627 float GetA() const { return a_; } in GetA() function
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto2.pb.go1798 func (x *TestAllTypesProto2_NestedMessage) GetA() int32 { func
2042 func (x *UnknownToTestAllTypes_OptionalGroup) GetA() int32 { func
Dtest_messages_proto3.pb.go1761 func (x *TestAllTypesProto3_NestedMessage) GetA() int32 { func
/external/golang-protobuf/internal/testprotos/test3/
Dtest.pb.go1036 func (x *TestAllTypes_NestedMessage) GetA() int32 { func
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar