Home
last modified time | relevance | path

Searched refs:name_to_value (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DEnumDescriptor.php15 private $name_to_value; variable
36 $this->name_to_value[$value->getName()] = $value;
50 if (isset($this->name_to_value[$name])) {
51 return $this->name_to_value[$name];
/third_party/mesa3d/src/vulkan/util/
H A Dgen_enum_to_str.py204 % for n, v in enum.name_to_value.items():
271 self.name_to_value = dict()
289 if alias not in self.name_to_value:
297 value = self.name_to_value[alias]
305 self.name_to_value[name] = value
439 enum_val = enum_factory.get("VkObjectType").name_to_value[enum]

Completed in 1 milliseconds