| /third_party/protobuf/src/google/protobuf/ |
| H A D | field_mask.pb.cc | 118 void FieldMask::ArenaDtor(void* object) { in ArenaDtor() argument
|
| H A D | any.pb.cc | 146 void Any::ArenaDtor(void* object) { in ArenaDtor() argument
|
| H A D | source_context.pb.cc | 124 void SourceContext::ArenaDtor(void* object) { in ArenaDtor() argument
|
| H A D | timestamp.pb.cc | 122 void Timestamp::ArenaDtor(void* object) { in ArenaDtor() argument
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | array.c | 97 static HashTable *RepeatedField_GetProperties(PROTO_VAL *object) { in RepeatedField_GetProperties() argument 101 static zval *RepeatedField_GetPropertyPtrPtr(PROTO_VAL *object, in RepeatedField_GetPropertyPtrPtr() argument [all...] |
| H A D | map.c | 93 static zval *Map_GetPropertyPtrPtr(PROTO_VAL *object, PROTO_STR *member, in Map_GetPropertyPtrPtr() argument 98 static HashTable *Map_GetProperties(PROTO_VAL *object) { in Map_GetProperties() argument
|
| /third_party/python/Objects/clinic/ |
| H A D | listobject.c.h | 22 PyObject *object; in list_insert() local
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | NioByteStringTest.java | 66 protected String getActualClassName(Object object) { in getActualClassName() argument
|
| H A D | LiteralByteStringTest.java | 78 protected String getActualClassName(Object object) { in getActualClassName() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnknownFieldSetLite.java | 206 private static void writeField(int tag, Object object, Writer writer) throws IOException { in writeField() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | container_memory.h | 242 inline void SanitizerPoisonObject(const T* object) { in SanitizerPoisonObject() argument 247 inline void SanitizerUnpoisonObject(const T* object) { in SanitizerUnpoisonObject() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | const_folding_rules.cpp | 144 const analysis::Constant* object = constants[0]; in FoldInsertWithConstants() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluObjectWrapper.hpp | 90 TypedObjectWrapper (const glw::Functions& gl, deUint32 object) : ObjectWrapper(gl, objectTraits(Type), object) {} in TypedObjectWrapper() argument
|
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuTestLogParserJNI.cpp | 80 TestLogListener::TestLogListener (JNIEnv* env, jobject object) in TestLogListener() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ResourceManager.h | 117 ResourceType *object = ImplT::AllocateNewObject(factory, handle, args...); in checkObjectAllocationImpl() local
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | jcommander-1.27.jar | ... jcommander.converters.BaseConverter extends java.lang.Object implements com.beust.jcommander.IStringConverter {
private String ... |
| /applications/standard/calendardata/calendarmanager/napi/src/ |
| H A D | napi_util.cpp | 695 napi_value object = nullptr; in NewWithRef() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_tagged_value.h | 66 static JSTaggedValue Cast(TaggedObject *object) in Cast() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_space.cpp | 52 uintptr_t object = TryAllocate(thread, size); in AllocateWithoutGC() local 74 uintptr_t object = TryAllocate(thread, size); in Allocate() local 96 uintptr_t object in TryAllocateAndExpand() local 116 uintptr_t object = TryAllocate(thread, size); AllocateNoGCAndExpand() local 127 uintptr_t object = allocator_->Allocate(size); TryAllocate() local 137 auto object = allocator_->Allocate(size); AllocateWithExpand() local 183 uintptr_t object = 0U; AllocateAfterSweepingCompleted() local 374 InvokeAllocationInspector(Address object, size_t size, size_t alignedSize) InvokeAllocationInspector() argument 393 IncAllocSObjectSize(uintptr_t object, size_t size) IncAllocSObjectSize() argument 489 auto object = allocator_->Allocate(size); Allocate() local 538 auto object = allocator_.Allocate(size); Allocate() local 661 InvokeAllocationInspector(Address object, size_t objectSize) InvokeAllocationInspector() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| H A D | std_js_jsruntime.cpp | 138 uint8_t JSRuntimeInstanceOfDynamicIntrinsic(JSValue *object, JSValue *ctor) in JSRuntimeInstanceOfDynamicIntrinsic() argument 143 uint8_t JSRuntimeInstanceOfStaticIntrinsic(JSValue *object, EtsClass *clsObj) in JSRuntimeInstanceOfStaticIntrinsic() argument 168 EtsString *JSValueToStringIntrinsic(JSValue *object) in JSValueToStringIntrinsic() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Type.cpp | 49 EtsString *TypeAPIGetTypeDescriptor(EtsObject *object) in TypeAPIGetTypeDescriptor() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | allocator.cpp | 78 [[maybe_unused]] auto *object = static_cast<ObjectHeader *>(mem); in ObjectMemoryInit() local
|
| H A D | heap_manager.cpp | 122 ObjectHeader *object = InitObjectHeaderAtMem(cls, mem); in AllocateObject() local 223 auto *object in AllocateNonMovableObject() local 251 auto object = static_cast<ObjectHeader *>(mem); InitObjectHeaderAtMem() local 417 RegisterFinalizedObject(ObjectHeader *object, BaseClass *cls, bool isObjectFinalizable) RegisterFinalizedObject() argument [all...] |
| H A D | region_allocator.h | 39 static inline Region *ObjectToRegion(const ObjectHeader *object) in ObjectToRegion() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-allocator.cpp | 454 void ObjectAllocatorG1<MT_MODE>::PinObject(ObjectHeader *object) in PinObject() argument 462 void ObjectAllocatorG1<MT_MODE>::UnpinObject(ObjectHeader *object) in UnpinObject() argument
|