| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | DynamicMessage.java | 148 public static Builder newBuilder(Message prototype) { in newBuilder() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message.cc | 334 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 D | dynamic_message.cc | 279 const DynamicMessage* prototype; member 821 DynamicMessage* prototype = new (base) DynamicMessage(type_info, false); GetPrototypeNoLock() local [all...] |
| H A D | extension_set_unittest.cc | 877 unittest::ForeignMessage prototype; in TEST() local 1317 const Message* prototype = in TEST() local
|
| H A D | extension_set_heavy.cc | 175 const MessageLite* prototype = in MutableMessage() local 270 const MessageLite* prototype; in AddMessage() local
|
| H A D | generated_message_table_driven_lite.h | 206 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 D | message_lite.cc | 517 NewFromPrototype( const MessageLite* prototype, Arena* arena) NewFromPrototype() argument
|
| /third_party/icu/icu4c/source/tools/makeconv/ |
| H A D | makeconv.cpp | 442 const UConverterStaticData *prototype; in readHeader() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-collections-gen.cc | 262 TNode<HeapObject> prototype = LoadMapPrototype(LoadMap(collection)); in GotoIfInitialAddFunctionModified() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-classes.cc | 478 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 D | runtime-debug.cc | 207 Handle<Object> prototype = PrototypeIterator::GetCurrent(iter); in GetInternalProperties() local
|
| H A D | runtime-object.cc | 528 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 D | makeconv.cpp | 442 const UConverterStaticData *prototype; in readHeader() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 396 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 D | ULocaleTest.java | 395 Object register(ULocale loc, Object prototype); in register() argument [all...] |
| /third_party/node/deps/v8/src/api/ |
| H A D | api-natives.cc | 499 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 D | js-objects-inl.h | 127 HeapObject prototype = HeapObject::cast(object.map().prototype()); in PrototypeHasNoElements() local
|
| H A D | transitions.cc | 384 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 D | SentinelOuterClass.java | 324 public static Builder newBuilder(com.google.protobuf.jruby.SentinelOuterClass.Sentinel prototype) { in newBuilder() argument
|
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_sendable_napi.cpp | 306 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 D | StableAPI.java | 115 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 D | transreg.cpp | 455 Transliterator* prototype; // For PROTOTYPE member
|
| /third_party/node/src/api/ |
| H A D | environment.cc | 624 Local<Object> prototype; in InitializeContextRuntime() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | transreg.cpp | 456 Transliterator* prototype; // For PROTOTYPE member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | access-info.cc | 882 HeapObjectRef prototype = map.prototype(); ComputePropertyAccessInfo() local [all...] |