/third_party/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 27 $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/ |
D | GrGLMakeNativeInterface_iOS.cpp | 48 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/ |
D | GrGLMakeNativeInterface_mac.cpp | 52 const GLProcGetter* getter = (const GLProcGetter*) ctx; in mac_get_gl_proc() local 57 GLProcGetter getter; in GrGLMakeNativeInterface() local
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | super-assignment.js | 27 get getter () { getter in Base 48 get getter () { getter in Derived
|
D | new-target-class.js | 22 get getter () { getter in Simple
|
/third_party/glib/gobject/tests/ |
D | param.c | 164 #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/ |
D | GrGLMakeNativeInterface_win.cpp | 62 const GLProcGetter* getter = (const GLProcGetter*) ctx; in win_get_gl_proc() local 76 GLProcGetter getter; in GrGLMakeNativeInterface() local
|
/third_party/typescript/tests/cases/compiler/ |
D | noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.ts | 6 private get getter(); method in Something
|
/third_party/jerryscript/tests/jerry/ |
D | get-value.js | 30 delete Number.prototype.getter; method in delete
|
/third_party/node/lib/internal/bootstrap/switches/ |
D | is_not_main_thread.js | 8 function defineStream(name, getter) { argument
|
/third_party/boost/libs/pfr/test/ |
D | offset_based_getter.cpp | 19 using getter = boost::pfr::detail::offset_based_getter<user_type, pfr_tuple>; in main() typedef
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptor.php | 42 private $getter; variable in Google\\Protobuf\\Internal\\FieldDescriptor 97 public function setGetter($getter)
|
/third_party/toybox/toys/pending/ |
D | getfattr.c | 33 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr; local
|
/third_party/cef/libcef/browser/media_router/ |
D | media_route_impl.cc | 15 CefBrowserContext* GetBrowserContext(const CefBrowserContext::Getter& getter) { in GetBrowserContext()
|
/third_party/node/deps/npm/node_modules/delegates/ |
D | index.js | 66 Delegator.prototype.getter = function(name){ method in Delegator
|
/third_party/cef/libcef/browser/ |
D | browser_context.h | 200 Getter getter() const { return getter_; } in getter() function
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es5.js | 221 var getter = Obj.get; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 54 Getter getter, in SyncSamplerStateMember()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 54 Getter getter, in SyncSamplerStateMember()
|
/third_party/mesa3d/src/tool/pps/ |
D | pps_counter.h | 85 std::function<Getter> getter; variable
|
/third_party/node/lib/internal/ |
D | freeze_intrinsics.js | 463 function getter() { function
|
/third_party/jsframework/runtime/main/reactivity/ |
D | state.js | 92 function makeComputedGetter (getter, owner) { argument
|
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/ |
D | accessibilityModifiers.ts | 43 private protected get getter() { return 0; } method in E
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtins.h | 69 #define ECMA_ACCESSOR_READ_WRITE(getter, setter) (((getter) << 8) | (setter)) argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 633 def __init__(self, descriptor, getter, setter, doc): argument 655 def getter(self): function 699 def getter(self): function 757 def getter(self): function
|