Home
last modified time | relevance | path

Searched defs:CallRecord (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dcall_stack.rs14 pub struct CallRecord { struct
24 records: [CallRecord; MAX_DEPTH], argument
43 pub fn peek(&self) -> Option<&CallRecord> { in peek()
47 pub fn pop(&mut self) -> Result<CallRecord, HintErrorKind> { in pop()
89 fn record_with_key(key: usize) -> CallRecord { in record_with_key()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dcall_stack.rs14 pub struct CallRecord { struct
24 records: [CallRecord; MAX_DEPTH], argument
43 pub fn peek(&self) -> Option<&CallRecord> { in peek()
47 pub fn pop(&mut self) -> Result<CallRecord, HintErrorKind> { in pop()
89 fn record_with_key(key: usize) -> CallRecord { in record_with_key()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp39 struct CallRecord { struct in __anon3135dae30111::CastedAllocFinder
40 ExprParent CastedExprParent;
41 const Expr *CastedExpr;
42 const TypeSourceInfo *ExplicitCastType;
43 const CallExpr *AllocCall;
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestPolymorphicWithDefaultImpl.java107 static class CallRecord { class in TestPolymorphicWithDefaultImpl
112 public CallRecord() {} in CallRecord() method in TestPolymorphicWithDefaultImpl.CallRecord
/external/clang/include/clang/Analysis/
DCallGraph.h135 typedef CallGraphNode* CallRecord; typedef
/external/llvm/include/llvm/Analysis/
DCallGraph.h175 typedef std::pair<WeakVH, CallGraphNode *> CallRecord; typedef
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java809 public static class CallRecord { class in ShadowTelecomManager
819 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord() method in ShadowTelecomManager.CallRecord