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/
DEnumDescriptor.php15 private $name_to_value; variable in Google\\Protobuf\\Internal\\EnumDescriptor
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/
Dgen_enum_to_str.py271 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]