Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 25 of 61) sorted by relevance

123

/third_party/protobuf/conformance/
Dtext_format_conformance_suite.cc135 TestAllTypesProto3 prototype; in ExpectParseFailure() local
160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
172 const Message& prototype) { in RunValidTextFormatTestWithMessage()
187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
318 TestAllTypesProto3 prototype; in RunSuiteImpl() local
Dbinary_json_conformance_suite.cc310 std::unique_ptr<Message> prototype; in NewTestMessage() local
433 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local
478 TestAllTypesProto3 prototype; in RunValidJsonTest() local
504 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local
516 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidProtobufTest() local
544 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidBinaryProtobufTest() local
567 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidJsonTestWithValidator() local
609 TestAllTypesProto3 prototype; in ExpectParseFailureForJson() local
638 TestAllTypesProto3 prototype; in ExpectSerializeFailureForJson() local
/third_party/jerryscript/tests/jerry/es5.1/
Dregression-test-issue-1065.js18 RegExp().constructor().constructor.prototype.compile(RegExp.prototype);
Dregression-test-issue-1546.js15 String.prototype.split(RegExp.prototype);
Dregression-test-issue-1080.js19 RegExp(new RegExp("a", "g")).constructor("").constructor.prototype.compile(RegExp.prototype);
Dregression-test-issue-787.js17 String.prototype.match(String.prototype); class
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-783.js16 RegExp.prototype.compile(RegExp.prototype); class
Dregression-test-issue-1075.js17 try { new (this.$)(1, RegExp.prototype.compile(RegExp.prototype)) } catch($){}
Dregression-test-issue-1078.js15 Array.prototype.splice(Function.prototype, 1, this);
Dregression-test-issue-785.js18 try { RegExp.prototype.compile(RegExp.prototype) } catch (err) { }
Dregression-test-issue-786.js42 try { RegExp.prototype.compile(RegExp.prototype) } catch (err) { }
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-782.js17 String.prototype.search(RegExp.prototype);
Dproxy_set_prototoype_of.js75 var prototype = []; variable
135 var prototype = [2,3]; variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
DMakefile.am1 prototypedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/glprototypes directory
/third_party/node/tools/node_modules/eslint/node_modules/lodash/
Dcreate.js38 function create(prototype, properties) { argument
/third_party/node/tools/node_modules/babel-eslint/node_modules/lodash/
Dcreate.js38 function create(prototype, properties) { argument
/third_party/protobuf/src/google/protobuf/
Dmessage.cc212 const Message* prototype) { in RegisterType()
279 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
334 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
Dgenerated_message_table_driven_lite.h206 const MessageLite* prototype = in ResetOneofField() local
362 const MessageLite* prototype) { in Add()
627 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
642 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
663 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
683 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
Dgenerated_message_table_driven.cc81 const Message* prototype = in ParseExtension() local
Dgenerated_message_table_driven_lite.cc85 const MessageLite* prototype = table.default_instance(); in ParseExtension() local
Drepeated_field.cc108 MessageLite* RepeatedPtrFieldBase::AddWeak(const MessageLite* prototype) { in AddWeak()
/third_party/node/deps/npm/node_modules/clone/
Dclone.js22 function clone(parent, circular, depth, prototype) { argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchema.java39 abstract boolean hasExtensions(MessageLite prototype); in hasExtensions()
/third_party/node/deps/npm/node_modules/cli-table3/
Dindex.d.ts90 readonly prototype: CliTable3.Table; property
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dheaders.js218 Headers.prototype.entries = Headers.prototype[Symbol.iterator]

123