Searched refs:GenerateConstructor (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_message_lite.h | 67 void GenerateConstructor(io::Printer* printer);
|
D | java_message_lite.cc | 199 GenerateConstructor(printer); in Generate() 693 void ImmutableMessageLiteGenerator::GenerateConstructor(io::Printer* printer) { in GenerateConstructor() function in google::protobuf::compiler::java::ImmutableMessageLiteGenerator
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-array-gen.h | 90 void GenerateConstructor(TNode<Context> context,
|
D | builtins-collections-gen.cc | 87 void GenerateConstructor(Variant variant, 422 void BaseCollectionsAssembler::GenerateConstructor( in GenerateConstructor() function in v8::internal::BaseCollectionsAssembler 865 GenerateConstructor(kMap, isolate()->factory()->Map_string(), new_target, in TF_BUILTIN() 875 GenerateConstructor(kSet, isolate()->factory()->Set_string(), new_target, in TF_BUILTIN() 2713 GenerateConstructor(kWeakMap, isolate()->factory()->WeakMap_string(), in TF_BUILTIN() 2723 GenerateConstructor(kWeakSet, isolate()->factory()->WeakSet_string(), in TF_BUILTIN()
|
D | builtins-array-gen.cc | 1854 void ArrayBuiltinsAssembler::GenerateConstructor( in GenerateConstructor() function in v8::internal::ArrayBuiltinsAssembler 1940 GenerateConstructor(context, function, array_map, array_size, allocation_site, in GenerateArraySingleArgumentConstructor()
|