Searched defs:kLocation (Results 1 – 4 of 4) sorted by relevance
22 enum class StreamableTestEnum { kGreeting, kLocation }; enumerator62 enum class NonStreamableTestEnum { kGreeting = 0, kLocation }; enumerator
22 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local
72 constexpr uint64_t kLocation = 0; in TEST() local214 constexpr uint64_t kLocation = 0; in TEST() local
90 const char response_header::kLocation[] = "Location"; member in brillo::http::response_header