HomeSort by: relevance | last modified time | path
    Searched refs:NodeIdPair (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 38 /// a Array<NodeIdPair> -- each NodeIdPair instance will contain the function
97 // We use a NodeIdPair type instead of a std::pair<...> to not rely on the
99 struct NodeIdPair {
104 using NodeIdPairArray = Array<NodeIdPair>;
398 [FId](const NodeIdPair &NR) { return NR.FId == FId; });
581 [&](const FunctionCallTrie::NodeIdPair &C) {
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 249 [](const FunctionCallTrie::NodeIdPair &R) { return R.FId == 2; })
254 [](const FunctionCallTrie::NodeIdPair &R) { return R.FId == 2; })

Completed in 12 milliseconds