/external/protobuf/php/ext/google/protobuf/ |
D | array.c | 310 RepeatedField *intern = UNBOX(RepeatedField, getThis()); 340 repeated_field_write_dimension(getThis(), NULL, value TSRMLS_CC); 356 RepeatedField *intern = UNBOX(RepeatedField, getThis()); 379 RepeatedField *intern = UNBOX(RepeatedField, getThis()); 414 repeated_field_write_dimension(getThis(), index, value TSRMLS_CC); 431 RepeatedField *intern = UNBOX(RepeatedField, getThis()); 449 RepeatedField *intern = UNBOX(RepeatedField, getThis()); 467 RepeatedField *intern = UNBOX(RepeatedField, getThis()); 501 RepeatedFieldIter *intern = UNBOX(RepeatedFieldIter, getThis()); 506 RepeatedFieldIter *intern = UNBOX(RepeatedFieldIter, getThis()); [all …]
|
D | map.c | 400 Map *intern = UNBOX(Map, getThis()); in PHP_METHOD() 428 Map *intern = UNBOX(Map, getThis()); in PHP_METHOD() 450 map_field_read_dimension(getThis(), index, BP_VAR_R, in PHP_METHOD() 460 map_field_write_dimension(getThis(), index, value TSRMLS_CC); in PHP_METHOD() 469 map_field_unset_dimension(getThis(), index TSRMLS_CC); in PHP_METHOD() 473 Map *intern = UNBOX(Map, getThis()); in PHP_METHOD() 486 Map *intern = UNBOX(Map, getThis()); in PHP_METHOD() 488 map_begin(getThis(), iter TSRMLS_CC); in PHP_METHOD() 557 MapIter *intern = UNBOX(MapIter, getThis()); in PHP_METHOD() 562 MapIter *intern = UNBOX(MapIter, getThis()); in PHP_METHOD() [all …]
|
D | def.c | 163 Descriptor *intern = UNBOX(Descriptor, getThis()); in PHP_METHOD() 173 Descriptor *intern = UNBOX(Descriptor, getThis()); in PHP_METHOD() 186 Descriptor *intern = UNBOX(Descriptor, getThis()); in PHP_METHOD() 227 Descriptor *intern = UNBOX(Descriptor, getThis()); in PHP_METHOD() 239 Descriptor *intern = UNBOX(Descriptor, getThis()); in PHP_METHOD() 260 Descriptor *intern = UNBOX(Descriptor, getThis()); in PHP_METHOD() 293 EnumDescriptor *intern = UNBOX(EnumDescriptor, getThis()); in PHP_METHOD() 315 EnumDescriptor *intern = UNBOX(EnumDescriptor, getThis()); in PHP_METHOD() 341 EnumValueDescriptor *intern = UNBOX(EnumValueDescriptor, getThis()); in PHP_METHOD() 346 EnumValueDescriptor *intern = UNBOX(EnumValueDescriptor, getThis()); in PHP_METHOD() [all …]
|
D | message.c | 271 Message_construct(getThis(), array_wrapper); \ 535 MessageHeader* msg = UNBOX(MessageHeader, getThis()); 553 MessageHeader* to = UNBOX(MessageHeader, getThis()); 571 MessageHeader* msg = UNBOX(MessageHeader, getThis()); 590 MessageHeader* msg = UNBOX(MessageHeader, getThis()); 606 MessageHeader* msg = UNBOX(MessageHeader, getThis()); 625 zval* value = message_get_property_internal(getThis(), &member TSRMLS_CC); \ 638 message_set_property_internal(getThis(), &member, value TSRMLS_CC); \ 640 PHP_PROTO_RETVAL_ZVAL(getThis()); \ 649 message_get_oneof_property_internal(getThis(), &member, \ [all …]
|
D | encode_decode.c | 1677 serialize_to_string(getThis(), return_value TSRMLS_CC); in PHP_METHOD() 1698 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD() 1699 MessageHeader* msg = UNBOX(MessageHeader, getThis()); in PHP_METHOD() 1714 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD() 1734 putmsg(getThis(), desc, upb_json_printer_input(printer), 0, true TSRMLS_CC); in PHP_METHOD() 1745 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD() 1746 MessageHeader* msg = UNBOX(MessageHeader, getThis()); in PHP_METHOD() 1877 MessageHeader* msg = UNBOX(MessageHeader, getThis()); in PHP_METHOD()
|
/external/clang/test/Analysis/ |
D | array-struct-region.cpp | 12 const struct S *getThis() const { return this; } in getThis() function 48 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}} in testAssignment() 68 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}} in testImmediateUse() 121 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}} in testReferenceAssignment() 138 return s.getThis() == &s; in checkThis()
|
D | inline.cpp | 422 Parent *getThis() { return vGetThis(); } in getThis() function 437 clang_analyzer_eval(obj.getThis()->x == 42); // expected-warning{{TRUE}} in test()
|
/external/llvm-project/clang/test/Analysis/ |
D | array-struct-region.cpp | 32 const struct S *getThis() const { return this; } in getThis() function 68 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}} in testAssignment() 88 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}} in testImmediateUse() 141 clang_analyzer_eval(s.getThis() == &s); // expected-warning{{TRUE}} in testReferenceAssignment() 158 return s.getThis() == &s; in checkThis()
|
D | inline.cpp | 419 Parent *getThis() { return vGetThis(); } in getThis() function 434 clang_analyzer_eval(obj.getThis()->x == 42); // expected-warning{{TRUE}} in test()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | server.c | 64 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD() 101 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD() 153 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD() 176 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD() 199 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_server, getThis()); in PHP_METHOD()
|
D | timeval.c | 57 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD() 88 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD() 114 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD() 225 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_timeval, getThis()); in PHP_METHOD()
|
D | call.c | 206 getThis()); in PHP_METHOD() 228 add_property_zval(getThis(), "channel", channel_obj); in PHP_METHOD() 263 getThis()); in PHP_METHOD() 546 getThis()); in PHP_METHOD() 559 getThis()); in PHP_METHOD() 583 getThis()); in PHP_METHOD()
|
D | channel.c | 299 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD() 444 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD() 465 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD() 497 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD() 538 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD() 617 PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel, getThis()); in PHP_METHOD()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Interp.h | 377 const Pointer &This = S.Current->getThis(); in GetThisField() 392 const Pointer &This = S.Current->getThis(); in SetThisField() 427 const Pointer &This = S.Current->getThis(); in InitThisField() 440 const Pointer &This = S.Current->getThis(); in InitThisBitField() 454 const Pointer &This = S.Current->getThis(); in InitThisFieldActive() 532 const Pointer &This = S.Current->getThis(); in GetPtrThisField() 555 const Pointer &This = S.Current->getThis(); in GetPtrActiveThisField() 576 const Pointer &This = S.Current->getThis(); in GetPtrThisBase() 605 const Pointer &This = S.Current->getThis(); in GetPtrThisVirtBase() 608 return VirtBaseHelper(S, OpPC, D, S.Current->getThis()); in GetPtrThisVirtBase() [all …]
|
D | InterpFrame.h | 97 const Pointer &getThis() const { return This; } in getThis() function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Frame.java | 131 public static UninitializedObjectType getThis() { in getThis() method in Frame
|
D | Pass3bVerifier.java | 358 f.getLocals().set(0, Frame.getThis()); in do_verify()
|
/external/guice/extensions/persist/lib/ |
D | aopalliance.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/aopalliance/
org/ ... |
/external/guice/lib/ |
D | aopalliance.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/aopalliance/
org/ ... |
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaLocalTxnInterceptor.java | 102 Class<?> targetClass = methodInvocation.getThis().getClass(); in readTransactionMetadata()
|
D | JpaPersistModule.java | 151 public Object getThis() { in bindFinder()
|
/external/guice/core/src/com/google/inject/internal/ |
D | InterceptorStackCallback.java | 96 public Object getThis() { in getThis() method in InterceptorStackCallback.InterceptedMethodInvocation
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/ |
D | ProxyBuilder.java | 532 Local<G> localThis = code.getThis(generatedType); in generateCodeForAllMethods() 622 Local<G> superThis = superCode.getThis(generatedType); in generateCodeForAllMethods() 703 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields()
|
/external/guice/core/test/com/google/inject/ |
D | MethodInterceptionTest.java | 137 lastTarget.set(methodInvocation.getThis()); in testGetThis()
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 243 directCode.getThis(generated); // 'this' is unused in testInvokeDirect() 279 Local<G> localThis = superHashCode.getThis(generated); in testInvokeSuper() 471 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() 1878 Local<?> thisLocal = code.getThis(GENERATED); in testSynchronizedFlagImpactsDeclarationOnly() 1910 Local<?> thisLocal = code.getThis(GENERATED); in testMonitorEnterMonitorExit() 2014 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor()
|