Home
last modified time | relevance | path

Searched defs:Prop (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcheckJsxChildrenProperty1.js10 function Comp(p: Prop) {
DcheckJsxChildrenProperty2.js10 function Comp(p: Prop) {
DcheckJsxChildrenProperty5.js16 function Comp(p: Prop) {
DcheckJsxChildrenProperty7.js20 function Comp(p: Prop) {
DcheckJsxChildrenProperty8.js20 function Comp(p: Prop) {
DcheckJsxChildrenProperty6.js20 function Comp(p: Prop) {
DcheckJsxChildrenProperty14.js20 function Comp(p: Prop) {
/third_party/typescript/tests/cases/compiler/
DreverseMappedPartiallyInferableTypes.ts5 export type Prop<T> = { (): T } alias
/third_party/typescript/tests/cases/fourslash/etslib/
Dcommon.d.ts22 declare const Prop: PropertyDecorator; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h661 template <typename T> bool map(StringRef Prop, T &Out) { in map()
670 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { in map()
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c30 } Prop; typedef
/third_party/boost/boost/graph/
Dnamed_function_params.hpp585 const boost::parameter::keyword< Tag >& t, const Graph& g, Prop) in override_const_property() argument
628 const boost::parameter::keyword< Tag >& t, const Graph& g, Prop) in override_property() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp87 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp531 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()