Searched refs:NULL_BLOCK (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyBuilder.java | 90 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()
|
D | RubyMessageBuilderContext.java | 161 … 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()
|
D | RubyMessage.java | 221 … 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()
|
D | RubyDescriptorPool.java | 58 … = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Block.NULL_BLOCK); in createRubyDescriptorPool() 75 RubyBuilder ctx = (RubyBuilder) cBuilder.newInstance(context, Block.NULL_BLOCK); in build()
|
D | RubyMap.java | 370 RubyMessage mapMessage = (RubyMessage) rubyClass.newInstance(context, Block.NULL_BLOCK); in build() 409 valueTypeClass, Block.NULL_BLOCK); in newThisType() 414 Block.NULL_BLOCK); in newThisType()
|
D | Utils.java | 236 …escriptor fieldDef = (RubyFieldDescriptor) cFieldDescriptor.newInstance(context, Block.NULL_BLOCK); in msgdefCreateField()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 693 #define NULL_BLOCK 1 macro
|