Home
last modified time | relevance | path

Searched refs:valueToName (Results 1 - 11 of 11) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DSyntax.php29 private static $valueToName = [ variable
36 if (!isset(self::$valueToName[$value])) {
40 return self::$valueToName[$value];
H A DNullValue.php25 private static $valueToName = [ variable
31 if (!isset(self::$valueToName[$value])) {
35 return self::$valueToName[$value];
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DCardinality.php41 private static $valueToName = [ variable
50 if (!isset(self::$valueToName[$value])) {
54 return self::$valueToName[$value];
H A DKind.php131 private static $valueToName = [ variable
155 if (!isset(self::$valueToName[$value])) {
159 return self::$valueToName[$value];
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DLabel.php29 private static $valueToName = [ variable
37 if (!isset(self::$valueToName[$value])) {
41 return self::$valueToName[$value];
H A DType.php109 private static $valueToName = [ variable
132 if (!isset(self::$valueToName[$value])) {
136 return self::$valueToName[$value];
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
H A DJSType.php33 private static $valueToName = [ variable
41 if (!isset(self::$valueToName[$value])) {
45 return self::$valueToName[$value];
H A DCType.php29 private static $valueToName = [ variable
37 if (!isset(self::$valueToName[$value])) {
41 return self::$valueToName[$value];
/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
H A DIdempotencyLevel.php35 private static $valueToName = [ variable
43 if (!isset(self::$valueToName[$value])) {
47 return self::$valueToName[$value];
/third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
H A DOptimizeMode.php35 private static $valueToName = [ variable
43 if (!isset(self::$valueToName[$value])) {
47 return self::$valueToName[$value];
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10618 for( auto const& valueToName : m_values ) {
10619 if( valueToName.first == value )
10620 return valueToName.second;

Completed in 17 milliseconds