Home
last modified time | relevance | path

Searched refs:Book (Results 1 – 25 of 59) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DobjectLiteralExcessProperties.symbols2 interface Book {
3 >Book : Symbol(Book, Decl(objectLiteralExcessProperties.ts, 0, 0))
6 >foreword : Symbol(Book.foreword, Decl(objectLiteralExcessProperties.ts, 0, 16))
16 var b1: Book = { forword: "oops" };
18 >Book : Symbol(Book, Decl(objectLiteralExcessProperties.ts, 0, 0))
21 var b2: Book | string = { foreward: "nope" };
23 >Book : Symbol(Book, Decl(objectLiteralExcessProperties.ts, 0, 0))
26 var b3: Book | (Book[]) = [{ foreword: "hello" }, { forwards: "back" }];
28 >Book : Symbol(Book, Decl(objectLiteralExcessProperties.ts, 0, 0))
29 >Book : Symbol(Book, Decl(objectLiteralExcessProperties.ts, 0, 0))
[all …]
DobjectLiteralExcessProperties.js2 interface Book {
10 var b1: Book = { forword: "oops" };
12 var b2: Book | string = { foreward: "nope" };
14 var b3: Book | (Book[]) = [{ foreword: "hello" }, { forwards: "back" }];
16 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
18 var b5: Book & Cover = { foreward: "hi", color: "blue" };
20 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 };
22 var b7: Book & number = { foreword: "hi", price: 10.99 };
26 var b9: Book | Book[] = { forewarned: "still no" };
DobjectLiteralExcessProperties.types2 interface Book {
12 var b1: Book = { forword: "oops" };
13 >b1 : Book
18 var b2: Book | string = { foreward: "nope" };
19 >b2 : string | Book
24 var b3: Book | (Book[]) = [{ foreword: "hello" }, { forwards: "back" }];
25 >b3 : Book | Book[]
34 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
35 >b4 : Book & Cover
42 var b5: Book & Cover = { foreward: "hi", color: "blue" };
[all …]
DobjectLiteralExcessProperties.errors.txt1 …essProperties.ts(9,18): error TS2322: Type '{ forword: string; }' is not assignable to type 'Book'.
2 …Object literal may only specify known properties, but 'forword' does not exist in type 'Book'. Did…
3 …es.ts(11,27): error TS2322: Type '{ foreward: string; }' is not assignable to type 'string | Book'.
4 …Object literal may only specify known properties, but 'foreward' does not exist in type 'Book'. Di…
5 …sProperties.ts(13,53): error TS2322: Type '{ forwards: string; }' is not assignable to type 'Book'.
6 Object literal may only specify known properties, and 'forwards' does not exist in type 'Book'.
7 …rror TS2322: Type '{ foreword: string; colour: string; }' is not assignable to type 'Book & Cover'.
8 …Object literal may only specify known properties, but 'colour' does not exist in type 'Book & Cove…
9 …error TS2322: Type '{ foreward: string; color: string; }' is not assignable to type 'Book & Cover'.
10 …Object literal may only specify known properties, but 'foreward' does not exist in type 'Book & Co…
[all …]
/third_party/typescript/tests/cases/compiler/
DobjectLiteralExcessProperties.ts1 interface Book { interface
9 var b1: Book = { forword: "oops" };
11 var b2: Book | string = { foreward: "nope" };
13 var b3: Book | (Book[]) = [{ foreword: "hello" }, { forwards: "back" }];
15 var b4: Book & Cover = { foreword: "hi", colour: "blue" };
17 var b5: Book & Cover = { foreward: "hi", color: "blue" };
19 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 };
21 var b7: Book & number = { foreword: "hi", price: 10.99 };
25 var b9: Book | Book[] = { forewarned: "still no" };
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc67 using proto_util_converter::testing::Book;
102 helper_.ResetTypeInfo(Book::descriptor(), Proto3Message::descriptor()); in ProtostreamObjectSourceTest()
299 Book empty; in TEST_P()
301 DoTest(empty, Book::descriptor()); in TEST_P()
369 Book book; in TEST_P()
379 DoTest(book, Book::descriptor()); in TEST_P()
440 Book* book = new Book(); in TEST_P()
475 Book book; in TEST_P()
489 DoTest(book, Book::descriptor()); in TEST_P()
493 Book book; in TEST_P()
[all …]
Dprotostream_objectwriter_test.cc72 using proto_util_converter::testing::Book;
183 : BaseProtoStreamObjectWriterTest(Book::descriptor()) {} in ProtoStreamObjectWriterTest()
185 void ResetProtoWriter() { ResetTypeInfo(Book::descriptor()); } in ResetProtoWriter()
196 Book empty; in TEST_P()
204 Book book; in TEST_P()
218 Book book; in TEST_P()
254 Book book; in TEST_P()
286 Book book; in TEST_P()
288 book.set_type(proto_util_converter::testing::Book::KIDS); in TEST_P()
303 Book book; in TEST_P()
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto46 message Book { message
79 // are not added when adding Book to type info.
180 extend Book {
186 extend Book {
190 optional Book book = 1;
203 optional Book m_book = 3;
/third_party/flutter/skia/src/sfnt/
DSkPanose.h53 Book = 5, enumerator
203 Book = 5, enumerator
324 Book = 5, enumerator
/third_party/skia/src/sfnt/
DSkPanose.h53 Book = 5, enumerator
203 Book = 5, enumerator
324 Book = 5, enumerator
/third_party/wayland_standard/doc/doxygen/
Dmainpage.dox13 * <a href="https://wayland.freedesktop.org/docs/html">Wayland Book</a>
/third_party/boost/libs/context/doc/
Dreference.qbk28 * SYSV ABI: PowerPC User Instruction Set Architecture, Book I
/third_party/boost/more/getting_started/detail/
Dconclusion.rst11 we may have a “Book 2 in the Getting Started series” that addresses
/third_party/boost/libs/asio/doc/
Dasio.qbk128 Book-style text index of Boost.Asio documentation.
/third_party/curl/docs/
DECH.md109 - Book-keeping (symbols-in-versions) needs real release number, not 'DUMMY'.
/third_party/tzdata/
Dcalendars29 Mark Brader reported a similar story in "The Book of Calendars", edited
/third_party/boost/libs/static_string/doc/
DJamfile259 # Produce the Boost.Book XML from the QuickBook
/third_party/python/Doc/library/
Dcollections.rst1043 >>> Book = namedtuple('Book', ['id', 'title', 'authors'])
1044 >>> Book.__doc__ += ': Hardcover book in active collection'
1045 >>> Book.id.__doc__ = '13-digit ISBN'
1046 >>> Book.title.__doc__ = 'Title of first printing'
1047 >>> Book.authors.__doc__ = 'List of authors sorted by last name'
/third_party/boost/libs/beast/doc/
DJamfile251 # Produce the Boost.Book XML from the QuickBook
/third_party/grpc/doc/core/
Dtransport_explainer.md184 ## Book-keeping responsibilities of the transport layer
/third_party/python/Misc/NEWS.d/
D3.10.0rc1.rst459 versions per the 2016 revised Associated Press Style Book.
/third_party/skia/third_party/externals/libjpeg-turbo/
DREADME.ijg181 "The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPC.td121 "Enable Book E instructions",
/third_party/libjpeg-turbo/
DREADME.ijg194 "The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by
/third_party/eudev/hwdb/
D60-sensor.hwdb214 # Cube i7 Book (i16)

123