Searched defs:mappings (Results 1 – 6 of 6) sorted by relevance
24 namespace mappings { namespace32 SignatureMap mappings; in generate_mappings() local
769 auto mappings = mappings::generate_mappings(defined_type.get()); in dump_mappings() local
44 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) { in ProcessMappings()
88 const allocator::vector<Mapping>& mappings, in CollectAllocations()225 bool MemUnreachable::ClassifyMappings(const allocator::vector<Mapping>& mappings, in ClassifyMappings()322 allocator::vector<Mapping> mappings(heap); in GetUnreachableMemory() local
31 bool getClientMappingsFromFile(const char *filePath, Json::Value &mappings) { in getClientMappingsFromFile()52 Json::Value mappings; in createClientIdLocked() local414 Json::Value mappings; in HalClientManager() local
57 std::vector<DnsResponderClient::Mapping> mappings; member in DnsFixture