Home
last modified time | relevance | path

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

1234567891011

/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
/third_party/skia/third_party/externals/tint/tools/src/match/
Dmatch.go36 func New(pattern string) (Test, error) { func
/third_party/flatbuffers/tests/MyGame/
DInParentNamespace.lua10 function InParentNamespace.New() function
/third_party/flatbuffers/tests/MyGame/Example/
DTest.lua10 function Test.New() function
DAbility.lua10 function Ability.New() function
DStructOfStructs.lua10 function StructOfStructs.New() function
DReferrable.lua10 function Referrable.New() function
DTestSimpleTableWithEnum.lua10 function TestSimpleTableWithEnum.New() function
DVec3.lua10 function Vec3.New() function
DStat.lua10 function Stat.New() function
/third_party/flatbuffers/tests/MyGame/Example2/
DMonster.lua10 function Monster.New() function
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.lua10 function StructInNestedNS.New() function
DTableInNestedNS.lua10 function TableInNestedNS.New() function
/third_party/flatbuffers/samples/lua/MyGame/Sample/
DVec3.lua10 function Vec3.New() function
DWeapon.lua10 function Weapon.New() function
/third_party/skia/third_party/externals/angle2/util/ios/
DIOSWindow.mm47 OSWindow *OSWindow::New() function
/third_party/mesa3d/docs/relnotes/
D6.4.rst21 New chapter
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.lua10 function SecondTableInA.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
/third_party/flatbuffers/lua/flatbuffers/
Dbinaryarray.lua18 function m.New(sizeOrString) function
/third_party/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.lua10 function TableInC.New() function
/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()
/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

1234567891011