Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/
Dmore_defaults_generated.rs25 pub struct ABC(pub i32); struct
27 impl ABC { impl
49 impl std::fmt::Debug for ABC { implementation
58 impl<'a> flatbuffers::Follow<'a> for ABC { implementation
69 impl flatbuffers::Push for ABC { implementation
77 impl flatbuffers::EndianScalar for ABC { implementation
91 impl<'a> flatbuffers::Verifiable for ABC { implementation
101 impl flatbuffers::SimpleToVerifyInSlice for ABC {} implementation
194 pub fn abcs(&self) -> flatbuffers::Vector<'a, ABC> { in abcs() argument
263 pub fn add_abcs(&mut self, abcs: flatbuffers::WIPOffset<flatbuffers::Vector<'b , ABC>>) { in add_abcs() argument
/third_party/rust/crates/bitflags/src/
Dexample_generated.rs12 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
Dlib.rs956 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; constant
1675 const ABC = Self::A.bits | Self::B.bits | Self::C.bits; in test_u128_bitflags() constant
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesWithTemplateStrings01.ts3 let ABC: "ABC" = `ABC`; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dimproved_control_over_mapped_type_modifiers_2.ts27 type ABC = Required<ABCU>; alias
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesWithTemplateStrings01.js2 let ABC: "ABC" = `ABC`; variable
DinstanceOfAssignability.js82 class ABC { a; b; c; } class
189 function ABC() { class in ABC
DmixinPrivateAndProtected.js153 var AB2C = mixC(AB2), ABC = mixC(AB); variable
/third_party/rust/crates/bitflags/tests/
Dbasic.rs13 const ABC = Flags::A.bits | Flags::B.bits | Flags::C.bits; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/for_in_statements/
Dfor_in_statements.ts44 interface ABC { interface
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Ddump-macros-only.c2 #define ABC abc macro
Ddump-macros.c1 #define ABC abc macro
/third_party/typescript/tests/cases/compiler/
DunionPropertyExistence.ts19 type ABC = C | AB; alias
DinstanceOfAssignability.ts81 class ABC { a; b; c; } class
/third_party/python/Lib/test/
Dtest_typechecks.py6 class ABC(type): class
Dtest_unicode.py1492 ABC = 'abc' variable in UnicodeTest.test_formatting_with_enum.Str
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/scripts_and_modules/
Dsource_file_1.ts54 export enum ABC { enum
/third_party/node/test/parallel/
Dtest-stream-uint8array.js7 const ABC = new Uint8Array([0x41, 0x42, 0x43]); constant
Dtest-http2-compat-serverresponse-trailers.js14 ABC: 123 property
/third_party/python/Lib/
Dabc.py184 class ABC(metaclass=ABCMeta): class
/third_party/icu/icu4c/source/test/cintltst/
Dcstrtest.c47 …static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/types/
Dtypes.ts159 type ABC = [number, string, boolean]; alias
/third_party/libxml2/
Dtimsort.h428 int ABC, BCD, CD; in TIM_SORT_COLLAPSE() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp391 Float4 ABC = M[0] + M[1] + M[2]; in generate() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp383 Float4 ABC = M[0] + M[1] + M[2]; in generate() local