Home
last modified time | relevance | path

Searched refs:Nested (Results 1 - 25 of 38) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs86 var message1 = new OneofMerging { Nested = new Nested { X = 10 } }; in OneofMerging()
87 var message2 = new OneofMerging { Nested = new Nested { Y = 20 } }; in OneofMerging()
88 var expected = new OneofMerging { Nested = new Nested { X = 10, Y = 20 } }; in OneofMerging()
/third_party/rust/crates/serde/test_suite/tests/regression/
H A Dissue2371.rs4 pub struct Nested; structure names
10 nested: Nested,
20 nested: Nested,
30 nested: Nested,
40 nested: Nested,
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs73 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.OneofMerging), global::UnitTest.Issues.TestProtos.OneofMerging.Parser, new[]{ "Text", "Nested" }, new[]{ "Value" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested), global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested.Parser, new[]{ "X", "Y" }, null, null, null, null)}), in UnittestIssuesReflection()
235 #region Nested types
373 #region Nested types
1604 #region Nested types
2463 case ValueOneofCase.Nested: in OneofMerging()
2464 Nested = other.Nested.Clone(); in OneofMerging()
2490 public global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested Neste property in UnitTest.Issues.TestProtos.OneofMerging
2503 Nested = 2, global() enumerator
2684 public sealed partial class Nested : pb::IMessage<Nested> global() class in UnitTest.Issues.TestProtos.OneofMerging.Types
2705 public Nested() { Nested() method in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
2712 public Nested(Nested other) : this() { Nested() method in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
[all...]
H A DUnittestCustomOptionsProto3.cs494 #region Nested types
1191 #region Nested types
2578 #region Nested types
3647 #region Nested types
/third_party/typescript/tests/baselines/reference/
H A DtruthinessCallExpressionCoercion.js82 function B(a: Nested, b: Nested) {
96 interface Nested {
H A DcontextuallyTypedBindingInitializer.js9 interface Nested {
12 function ff({ nested = { show: v => v.toString() } }: Nested) {}
H A DcontextuallyTypedBindingInitializerNegative.js9 interface Nested {
12 function ff({ nested: nestedRename = { show: v => v } }: Nested) {}
H A DprivateNameInInExpression(target=es2022).js101 class Nested {
205 class Nested {
H A DprivateNameInInExpression(target=esnext).js101 class Nested {
205 class Nested {
/third_party/python/Lib/test/
H A Dtest_with.py53 class Nested(object): class
89 class MockNested(Nested):
91 Nested.__init__(self, *managers)
98 return Nested.__enter__(self)
103 return Nested.__exit__(self, *exc_info)
292 with Nested(mock_contextmanager_generator()):
299 with Nested(m) as foo:
307 with Nested(m) as (foo):
313 with Nested(mock_contextmanager_generator()) as (foo, bar):
H A Dpickletester.py2735 global Nested
2736 class Nested: class
2742 for obj in [Nested.A, Nested.A.B, Nested.A.B.C]:
2772 class Nested: class in AbstractPickleTests.test_py_methods.PyMethodsTest
2773 "Nested class"
2779 assert cls is PyMethodsTest.Nested
2782 assert isinstance(self, PyMethodsTest.Nested)
2789 PyMethodsTest.Nested
2820 class Nested(str): global() class in AbstractPickleTests.test_c_methods.Subclass
[all...]
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc1202 typedef TestAllTypes::NestedMessage Nested; in TEST() typedef
1203 std::vector<Nested> values; in TEST()
1204 values.push_back(Nested()); in TEST()
1206 values.push_back(Nested()); in TEST()
1209 RepeatedPtrField<Nested> field(values.begin(), values.end()); in TEST()
1214 RepeatedPtrField<Nested> other(field.begin(), field.end()); in TEST()
1863 typedef TestAllTypes::NestedMessage Nested; typedef in google::protobuf::__anon17052::RepeatedFieldInsertionIteratorsTest
1864 Nested nesteds[2];
1865 std::vector<Nested*> nested_ptrs;
1902 nested_ptrs.push_back(new Nested); in SetUp()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtemplate.hpp92 class Nested { class
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length_test.cc171 TEST_F(CalculateArrayLengthTest, Nested) { in TEST_F()
H A Dloop_to_for_loop_test.cc103 TEST_F(LoopToForLoopTest, Nested) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp35 ENUM_ENTRY(ClassOptions, Nested),
466 NestedTypeRecord &Nested) { in visitKnownMember()
467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
468 W->printString("Name", Nested.getName()); in visitKnownMember()
465 visitKnownMember(CVMemberRecord &CVR, NestedTypeRecord &Nested) visitKnownMember() argument
H A DEnumTables.cpp307 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
H A DNativeTypeEnum.cpp315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h206 Nested = 0x0008, member in llvm::codeview::CallingConvention::ClassOptions
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcompressed_tuple_test.cc238 TEST(CompressedTupleTest, Nested) { in TEST()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs1373 #region Nested types
2849 #region Nested types
3464 #region Nested types
5977 #region Nested types
7032 #region Nested types
8438 #region Nested types
8928 #region Nested types
9387 #region Nested types
9956 #region Nested types
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2004 // Put the Nested flag on a type if it appears immediately inside a tag type. in getCommonClassOptions()
2009 CO |= ClassOptions::Nested; in getCommonClassOptions()
2430 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList()
2431 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName()); in lowerRecordFieldList()
/third_party/node/deps/v8/tools/
H A Dwindbg.js693 print(`Nested depth level: ${hsd.level}`);
/third_party/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs367 #region Nested types

Completed in 46 milliseconds

12