Home
last modified time | relevance | path

Searched defs:prototype (Results 26 - 50 of 97) sorted by relevance

1234

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDynamicMessage.java148 public static Builder newBuilder(Message prototype) { in newBuilder() argument
/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc334 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype() argument
211 RegisterType(const Descriptor* descriptor, const Message* prototype) RegisterType() argument
278 InternalRegisterGeneratedMessage( const Descriptor* descriptor, const Message* prototype) InternalRegisterGeneratedMessage() argument
H A Ddynamic_message.cc279 const DynamicMessage* prototype; member
821 DynamicMessage* prototype = new (base) DynamicMessage(type_info, false); GetPrototypeNoLock() local
[all...]
H A Dextension_set_unittest.cc877 unittest::ForeignMessage prototype; in TEST() local
1317 const Message* prototype = in TEST() local
H A Dextension_set_heavy.cc175 const MessageLite* prototype = in MutableMessage() local
270 const MessageLite* prototype; in AddMessage() local
H A Dgenerated_message_table_driven_lite.h206 const MessageLite* prototype = in ResetOneofField() local
348 static inline Type* NewFromPrototype(const Type* prototype, in NewFromPrototype() argument
627 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
642 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
361 Add(RepeatedPtrFieldBase* field, const MessageLite* prototype) Add() argument
663 const MessageLite* prototype = MergePartialFromCodedStreamInlined() local
683 const MessageLite* prototype = MergePartialFromCodedStreamInlined() local
[all...]
H A Dmessage_lite.cc517 NewFromPrototype( const MessageLite* prototype, Arena* arena) NewFromPrototype() argument
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp442 const UConverterStaticData *prototype; in readHeader() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc262 TNode<HeapObject> prototype = LoadMapPrototype(LoadMap(collection)); in GotoIfInitialAddFunctionModified() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc478 InitClassPrototype(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<JSObject> prototype, Handle<HeapObject> prototype_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassPrototype() argument
630 Handle<JSObject> prototype = CreateClassPrototype(isolate); DefineClass() local
[all...]
H A Druntime-debug.cc207 Handle<Object> prototype = PrototypeIterator::GetCurrent(iter); in GetInternalProperties() local
H A Druntime-object.cc528 Handle<Object> prototype = args.at(0); in RUNTIME_FUNCTION() local
626 Handle<Object> prototype = args.at(1); in RUNTIME_FUNCTION() local
1448 Handle<Object> prototype = args.at(1); in RUNTIME_FUNCTION() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp442 const UConverterStaticData *prototype; in readHeader() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java396 Object register(ULocale loc, Object prototype); in register() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java395 Object register(ULocale loc, Object prototype); in register() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc499 Handle<Object> prototype; in InstantiateFunction() local
676 CreateApiFunction( Isolate* isolate, Handle<NativeContext> native_context, Handle<FunctionTemplateInfo> obj, Handle<Object> prototype, InstanceType type, MaybeHandle<Name> maybe_name) CreateApiFunction() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h127 HeapObject prototype = HeapObject::cast(object.map().prototype()); in PrototypeHasNoElements() local
H A Dtransitions.cc384 PutPrototypeTransition(Isolate* isolate, Handle<Map> map, Handle<Object> prototype, Handle<Map> target_map) PutPrototypeTransition() argument
422 GetPrototypeTransition( Isolate* isolate, Handle<Map> map, Handle<Object> prototype) GetPrototypeTransition() argument
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DSentinelOuterClass.java324 public static Builder newBuilder(com.google.protobuf.jruby.SentinelOuterClass.Sentinel prototype) { in newBuilder() argument
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp306 napi_value prototype = nullptr; in HWTEST_F() local
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java115 static void addSimplification(String prototype0, String prototype) { in addSimplification() argument
484 public String prototype; field in StableAPI.Function
695 public String prototype; global() field in StableAPI.JoinedFunction
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtransreg.cpp455 Transliterator* prototype; // For PROTOTYPE member
/third_party/node/src/api/
H A Denvironment.cc624 Local<Object> prototype; in InitializeContextRuntime() local
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp456 Transliterator* prototype; // For PROTOTYPE member
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc882 HeapObjectRef prototype = map.prototype(); ComputePropertyAccessInfo() local
[all...]

Completed in 36 milliseconds

1234