OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:empty_map
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/brillo/
map_utils_unittest.cc
52
std::map<int, double>
empty_map
;
local
53
EXPECT_TRUE(GetMapKeys(
empty_map
).empty());
54
EXPECT_TRUE(GetMapKeysAsVector(
empty_map
).empty());
55
EXPECT_TRUE(GetMapValues(
empty_map
).empty());
56
EXPECT_TRUE(MapToVector(
empty_map
).empty());
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_memory_scheduler.cc
604
absl::flat_hash_map<const HloComputation*, int64>
empty_map
;
local
606
size_function, nullptr,
empty_map
);
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
331
static const uint8_t
empty_map
[] = {
local
334
return Map(
empty_map
+ 4, 1);
[
all
...]
Completed in 96 milliseconds