Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/
H A 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
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.php28 public function GetA() function in NamespaceA\\NamespaceB\\StructInNestedNS
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTest.php28 public function GetA() function in MyGame\\Example\\Test
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dfilters.h28 #define GetA(color) (((color) >> 24) & 0xFF) macro
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/weak1/
H A Dtest_weak.pb.go57 func (x *WeakImportMessage1) GetA() int32 { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/weak2/
H A Dtest_weak.pb.go57 func (x *WeakImportMessage2) GetA() int32 { func
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_structelement.cpp73 RetainPtr<const CPDF_Object> CPDF_StructElement::GetA() const { in GetA() function in CPDF_StructElement
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h389 float GetA() const { return a_; } in GetA() function
614 float GetA() const { return a_; } in GetA() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdipluscolor.h208 BYTE GetA() const in GetA() function
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto2.pb.go1798 func (x *TestAllTypesProto2_NestedMessage) GetA() int32 { func
2042 func (x *UnknownToTestAllTypes_OptionalGroup) GetA() int32 { func
H A Dtest_messages_proto3.pb.go1761 func (x *TestAllTypesProto3_NestedMessage) GetA() int32 { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/
H A Dtest.pb.go1036 func (x *TestAllTypes_NestedMessage) GetA() int32 { func
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar