Home
last modified time | relevance | path

Searched defs:observable (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontextuallyTypedBooleanLiterals.ts30 declare function observable<T>(value: T): Observable<T>; function
DnewNamesInGlobalAugmentations1.ts11 observable: symbol; property
DgenericInference2.ts9 export function observable<T>(value: T): Observable<T>; function
Dknockout.ts9 export function observable<T>(value: T): Observable<T>; function
/third_party/typescript/tests/cases/conformance/es6/Symbols/
DsymbolProperty61.ts10 const observable: typeof Symbol.obs = Symbol.obs constant
/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h57 unsigned int observable:1; /**< can be observed */ member