Home
last modified time | relevance | path

Searched refs:NULL_BLOCK (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyBuilder.java90 RubyDescriptor msgdef = (RubyDescriptor) cDescriptor.newInstance(context, Block.NULL_BLOCK); in addMessage()
91 … IRubyObject ctx = cMessageBuilderContext.newInstance(context, msgdef, this, Block.NULL_BLOCK); in addMessage()
118 …umDescriptor enumDef = (RubyEnumDescriptor) cEnumDescriptor.newInstance(context, Block.NULL_BLOCK); in addEnum()
119 IRubyObject ctx = cEnumBuilderContext.newInstance(context, enumDef, Block.NULL_BLOCK); in addEnum()
DRubyMessageBuilderContext.java161 … RubyDescriptor mapentryDesc = (RubyDescriptor) cDescriptor.newInstance(context, Block.NULL_BLOCK); in map()
167 …escriptor keyField = (RubyFieldDescriptor) cFieldDescriptor.newInstance(context, Block.NULL_BLOCK); in map()
175 …criptor valueField = (RubyFieldDescriptor) cFieldDescriptor.newInstance(context, Block.NULL_BLOCK); in map()
194 cOneofDescriptor.newInstance(context, Block.NULL_BLOCK); in oneof()
196 cOneofBuilderContext.newInstance(context, oneofdef, Block.NULL_BLOCK); in oneof()
DRubyMessage.java221 … return Helpers.invokeSuper(context, this, metaClass, "method_missing", args, Block.NULL_BLOCK); in methodMissing()
241 … return Helpers.invokeSuper(context, this, metaClass, "method_missing", args, Block.NULL_BLOCK); in methodMissing()
254 RubyMessage dup = (RubyMessage) metaClass.newInstance(context, Block.NULL_BLOCK); in dup()
307 RubyMessage ret = (RubyMessage) ((RubyClass) recv).newInstance(context, Block.NULL_BLOCK); in decode()
339 RubyMessage ret = (RubyMessage) ((RubyClass) recv).newInstance(context, Block.NULL_BLOCK); in decodeJson()
402 RubyMessage copy = (RubyMessage) metaClass.newInstance(context, Block.NULL_BLOCK); in deepCopy()
564 RubyMessage msg = (RubyMessage) typeClass.newInstance(context, Block.NULL_BLOCK); in wrapField()
618 … RubyMessage kvMessage = (RubyMessage) kvClass.newInstance(context, Block.NULL_BLOCK); in getField()
742 rubyDescriptor.msgclass(context), Block.NULL_BLOCK); in newMapForField()
744 return (RubyMap) cMap.newInstance(context, keyType, valueType, Block.NULL_BLOCK); in newMapForField()
DRubyDescriptorPool.java58 … = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Block.NULL_BLOCK); in createRubyDescriptorPool()
75 RubyBuilder ctx = (RubyBuilder) cBuilder.newInstance(context, Block.NULL_BLOCK); in build()
DRubyMap.java370 RubyMessage mapMessage = (RubyMessage) rubyClass.newInstance(context, Block.NULL_BLOCK); in build()
409 valueTypeClass, Block.NULL_BLOCK); in newThisType()
414 Block.NULL_BLOCK); in newThisType()
DUtils.java236 …escriptor fieldDef = (RubyFieldDescriptor) cFieldDescriptor.newInstance(context, Block.NULL_BLOCK); in msgdefCreateField()
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c693 #define NULL_BLOCK 1 macro