Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php27 $getter,
208 …public function testConstructorWithWrapperType($class, $wrapperClass, $wrapperField, $getter, $val…
233 public function testConstructorWithRepeatedWrapperType($wrapperField, $getter, $value)
274 public function testConstructorWithMapWrapperType($wrapperField, $getter, $value)
/third_party/flutter/skia/src/gpu/gl/iOS/
DGrGLMakeNativeInterface_iOS.cpp48 const GLProcGetter* getter = (const GLProcGetter*) ctx; in ios_get_gl_proc() local
53 GLProcGetter getter; in GrGLMakeNativeInterface() local
/third_party/flutter/skia/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp52 const GLProcGetter* getter = (const GLProcGetter*) ctx; in mac_get_gl_proc() local
57 GLProcGetter getter; in GrGLMakeNativeInterface() local
/third_party/jerryscript/tests/jerry/es2015/
Dsuper-assignment.js27 get getter () { getter in Base
48 get getter () { getter in Derived
Dnew-target-class.js22 get getter () { getter in Simple
/third_party/glib/gobject/tests/
Dparam.c164 #define CHECK_INT_CONVERSION(type, getter, value) \ in test_value_transform() argument
196 #define CHECK_UINT_CONVERSION(type, getter, value) \ in test_value_transform() argument
221 #define CHECK_LONG_CONVERSION(type, getter, value) \ in test_value_transform() argument
246 #define CHECK_ULONG_CONVERSION(type, getter, value) \ in test_value_transform() argument
271 #define CHECK_INT64_CONVERSION(type, getter, value) \ in test_value_transform() argument
296 #define CHECK_UINT64_CONVERSION(type, getter, value) \ in test_value_transform() argument
321 #define CHECK_FLOAT_CONVERSION(type, getter, value) \ in test_value_transform() argument
346 #define CHECK_DOUBLE_CONVERSION(type, getter, value) \ in test_value_transform() argument
/third_party/flutter/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp62 const GLProcGetter* getter = (const GLProcGetter*) ctx; in win_get_gl_proc() local
76 GLProcGetter getter; in GrGLMakeNativeInterface() local
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyAndPrivateMembersWithoutTypeAnnotations.ts6 private get getter(); method in Something
/third_party/jerryscript/tests/jerry/
Dget-value.js30 delete Number.prototype.getter; method in delete
/third_party/node/lib/internal/bootstrap/switches/
Dis_not_main_thread.js8 function defineStream(name, getter) { argument
/third_party/boost/libs/pfr/test/
Doffset_based_getter.cpp19 using getter = boost::pfr::detail::offset_based_getter<user_type, pfr_tuple>; in main() typedef
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php42 private $getter; variable in Google\\Protobuf\\Internal\\FieldDescriptor
97 public function setGetter($getter)
/third_party/toybox/toys/pending/
Dgetfattr.c33 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr; local
/third_party/cef/libcef/browser/media_router/
Dmedia_route_impl.cc15 CefBrowserContext* GetBrowserContext(const CefBrowserContext::Getter& getter) { in GetBrowserContext()
/third_party/node/deps/npm/node_modules/delegates/
Dindex.js66 Delegator.prototype.getter = function(name){ method in Delegator
/third_party/cef/libcef/browser/
Dbrowser_context.h200 Getter getter() const { return getter_; } in getter() function
/third_party/node/deps/npm/node_modules/es-abstract/
Des5.js221 var getter = Obj.get; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DSamplerGL.cpp54 Getter getter, in SyncSamplerStateMember()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DSamplerGL.cpp54 Getter getter, in SyncSamplerStateMember()
/third_party/mesa3d/src/tool/pps/
Dpps_counter.h85 std::function<Getter> getter; variable
/third_party/node/lib/internal/
Dfreeze_intrinsics.js463 function getter() { function
/third_party/jsframework/runtime/main/reactivity/
Dstate.js92 function makeComputedGetter (getter, owner) { argument
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DaccessibilityModifiers.ts43 private protected get getter() { return 0; } method in E
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.h69 #define ECMA_ACCESSOR_READ_WRITE(getter, setter) (((getter) << 8) | (setter)) argument
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py633 def __init__(self, descriptor, getter, setter, doc): argument
655 def getter(self): function
699 def getter(self): function
757 def getter(self): function

1234