Home
last modified time | relevance | path

Searched defs:object (Results 1626 - 1650 of 2702) sorted by relevance

1...<<61626364656667686970>>...109

/third_party/protobuf/src/google/protobuf/
H A Dfield_mask.pb.cc118 void FieldMask::ArenaDtor(void* object) { in ArenaDtor() argument
H A Dany.pb.cc146 void Any::ArenaDtor(void* object) { in ArenaDtor() argument
H A Dsource_context.pb.cc124 void SourceContext::ArenaDtor(void* object) { in ArenaDtor() argument
H A Dtimestamp.pb.cc122 void Timestamp::ArenaDtor(void* object) { in ArenaDtor() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c97 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 Dmap.c93 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 Dlistobject.c.h22 PyObject *object; in list_insert() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DNioByteStringTest.java66 protected String getActualClassName(Object object) { in getActualClassName() argument
H A DLiteralByteStringTest.java78 protected String getActualClassName(Object object) { in getActualClassName() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSetLite.java206 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 Dcontainer_memory.h242 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 Dconst_folding_rules.cpp144 const analysis::Constant* object = constants[0]; in FoldInsertWithConstants() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluObjectWrapper.hpp90 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 DtcuTestLogParserJNI.cpp80 TestLogListener::TestLogListener (JNIEnv* env, jobject object) in TestLogListener() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceManager.h117 ResourceType *object = ImplT::AllocateNewObject(factory, handle, args...); in checkObjectAllocationImpl() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-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 Dnapi_util.cpp695 napi_value object = nullptr; in NewWithRef() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.h66 static JSTaggedValue Cast(TaggedObject *object) in Cast() argument
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp52 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 Dstd_js_jsruntime.cpp138 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 Dstd_core_Type.cpp49 EtsString *TypeAPIGetTypeDescriptor(EtsObject *object) in TypeAPIGetTypeDescriptor() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dallocator.cpp78 [[maybe_unused]] auto *object = static_cast<ObjectHeader *>(mem); in ObjectMemoryInit() local
H A Dheap_manager.cpp122 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 Dregion_allocator.h39 static inline Region *ObjectToRegion(const ObjectHeader *object) in ObjectToRegion() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-allocator.cpp454 void ObjectAllocatorG1<MT_MODE>::PinObject(ObjectHeader *object) in PinObject() argument
462 void ObjectAllocatorG1<MT_MODE>::UnpinObject(ObjectHeader *object) in UnpinObject() argument

Completed in 22 milliseconds

1...<<61626364656667686970>>...109