Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 247) sorted by relevance

12345678910

/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.h164 inline DoubleValue* New() const final { in New() function
168 DoubleValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
301 inline FloatValue* New() const final { in New() function
305 FloatValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
438 inline Int64Value* New() const final { in New() function
442 Int64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
575 inline UInt64Value* New() const final { in New() function
579 UInt64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
712 inline Int32Value* New() const final { in New() function
716 Int32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
[all …]
Dempty.pb.h132 inline Empty* New() const final { in New() function
136 Empty* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
Dtimestamp.pb.h132 inline Timestamp* New() const final { in New() function
136 Timestamp* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
Dduration.pb.h132 inline Duration* New() const final { in New() function
136 Duration* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
Dsource_context.pb.h132 inline SourceContext* New() const final { in New() function
136 SourceContext* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
Dstruct.pb.h204 inline Struct* New() const final { in New() function
208 Struct* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
365 inline Value* New() const final { in New() function
369 Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
610 inline ListValue* New() const final { in New() function
614 ListValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
/third_party/skia/third_party/externals/tint/tools/src/match/
Dmatch.go36 func New(pattern string) (Test, error) { func
/third_party/skia/third_party/externals/angle2/util/ios/
DIOSWindow.mm47 OSWindow *OSWindow::New() function
/third_party/boringssl/src/ssl/
Dinternal.h191 T *New(Args &&... args) { in New() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable()
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace()
238 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
DIPConstantPropagation.cpp240 Value* New = RetVals[0]; in PropagateConstantReturn() local
264 Value *New = RetVals[index]; in PropagateConstantReturn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp419 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), in splitBasicBlock() local
441 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
453 BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
464 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
DValue.cpp399 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { in doRAUW()
430 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith()
434 void Value::replaceNonMetadataUsesWith(Value *New) { in replaceNonMetadataUsesWith()
440 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock()
924 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg; in runOnMachineFunction() local
169 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
/third_party/node/test/js-native-api/test_symbol/
Dtest_symbol.c4 static napi_value New(napi_env env, napi_callback_info info) { in New() function
/third_party/node/src/
Dnode_buffer.cc270 MaybeLocal<Uint8Array> New(Environment* env, in New() function
283 MaybeLocal<Uint8Array> New(Isolate* isolate, in New() function
296 MaybeLocal<Object> New(Isolate* isolate, in New() function
338 MaybeLocal<Object> New(Isolate* isolate, size_t length) { in New() function
352 MaybeLocal<Object> New(Environment* env, size_t length) { in New() function
398 MaybeLocal<Object> New(Isolate* isolate, in New() function
415 MaybeLocal<Object> New(Environment* env, in New() function
446 MaybeLocal<Object> New(Isolate* isolate, char* data, size_t length) { in New() function
462 MaybeLocal<Object> New(Environment* env, in New() function
/third_party/skia/third_party/externals/tint/src/
Dprogram_id.cc31 ProgramID ProgramID::New() { in New() function in tint::ProgramID
Dsymbol_table.cc69 Symbol SymbolTable::New(std::string prefix /* = "" */) { in New() function in tint::SymbolTable
/third_party/grpc/src/core/lib/gprpp/
Darena.h75 T* New(Args&&... args) { in New() function
/third_party/skia/third_party/externals/tint/tools/src/gerrit/
Dgerrit.go53 func New(cfg Config) (*G, error) { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.cpp196 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(Opcode), DstReg) in eliminateFrameIndex() local
224 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(AddOpc), AVR::R29R28) in eliminateFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp102 const Instruction *New) { in replaceInstruction()
/third_party/boost/libs/python/test/
Dregister_ptr.cpp16 shared_ptr<A> New() { return shared_ptr<A>( new A() ); } in New() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp96 bool CaseCluster::tryAppend(const CaseCluster &New) { in tryAppend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp245 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
275 MachineInstr *New = in eliminateCallFramePseudoInstr() local

12345678910