Home
last modified time | relevance | path

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

1234567

/external/protobuf/conformance/
Dtext_format_conformance_suite.cc134 TestAllTypesProto3 prototype; in ExpectParseFailure() local
158 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
164 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
170 const Message& prototype) { in RunValidTextFormatTestWithMessage()
185 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
Dbinary_json_conformance_suite.cc181 std::unique_ptr<Message> prototype; in NewTestMessage() local
274 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local
320 TestAllTypesProto3 prototype; in RunValidJsonTest() local
346 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local
358 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidProtobufTest() local
378 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidBinaryProtobufTest() local
401 TestAllTypesProto3 prototype; in RunValidJsonTestWithValidator() local
444 TestAllTypesProto3 prototype; in ExpectParseFailureForJson() local
475 TestAllTypesProto3 prototype; in ExpectSerializeFailureForJson() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.h91 XlaOp ScalarLike(XlaOp prototype, T value) { in ScalarLike()
105 XlaOp FullLike(XlaOp prototype, T value) { in FullLike()
Dconstants.cc32 XlaOp ZerosLike(XlaOp prototype) { in ZerosLike()
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java41 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindFromSpring() local
68 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindAll() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java67 private final RungeKuttaStepInterpolator prototype; field in RungeKuttaIntegrator
84 final RungeKuttaStepInterpolator prototype, in RungeKuttaIntegrator()
DEmbeddedRungeKuttaIntegrator.java81 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator
111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
/external/webrtc/rtc_base/
Dswap_queue.h96 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue()
102 const T& prototype, in SwapQueue()
/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h217 const MessageLite* prototype = in ResetOneofField() local
369 const MessageLite* prototype) { in Add()
649 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
664 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
686 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
706 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
Dgenerated_message_table_driven.cc82 const Message* prototype = in ParseExtension() local
Drepeated_field.cc106 MessageLite* RepeatedPtrFieldBase::AddWeak(const MessageLite* prototype) { in AddWeak()
Dgenerated_message_table_driven_lite.cc85 const MessageLite* prototype = table.default_instance(); in ParseExtension() local
Dmessage.cc598 const Message* prototype) { in RegisterType()
665 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
720 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
/external/perfetto/src/trace_processor/sqlite/
Dcreate_function.cc34 Prototype prototype; member
173 Prototype prototype; in Run() local
/external/skia/src/sksl/dsl/
DDSLFunction.cpp87 const SkSL::FunctionPrototype& prototype = last.as<SkSL::FunctionPrototype>(); in define() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype, in forPrototype()
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype, in forPrototype()
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DMethodId.java104 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
/external/guava/guava/src/com/google/common/hash/
DMacHashFunction.java37 private final Mac prototype; field in MacHashFunction
DMessageDigestHashFunction.java39 private final MessageDigest prototype; field in MessageDigestHashFunction
/external/guava/android/guava/src/com/google/common/hash/
DMacHashFunction.java37 private final Mac prototype; field in MacHashFunction
DMessageDigestHashFunction.java39 private final MessageDigest prototype; field in MessageDigestHashFunction
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchema.java39 abstract boolean hasExtensions(MessageLite prototype); in hasExtensions()
/external/guava/guava/src/com/google/common/base/
DJoiner.java86 private Joiner(Joiner prototype) { in Joiner() method in Joiner
/external/guava/android/guava/src/com/google/common/base/
DJoiner.java86 private Joiner(Joiner prototype) { in Joiner() method in Joiner

1234567