Home
last modified time | relevance | path

Searched refs:CheckValue (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dcontainers.py111 self._values.append(self._type_checker.CheckValue(value))
117 self._values.insert(key, self._type_checker.CheckValue(value))
128 new_values.append(self._type_checker.CheckValue(elem))
151 self._values[key] = self._type_checker.CheckValue(value)
162 new_values.append(self._type_checker.CheckValue(value))
Dtype_checkers.py95 def CheckValue(self, proposed_value): member in TypeChecker
113 def CheckValue(self, proposed_value): member in IntValueChecker
134 def CheckValue(self, proposed_value): member in EnumValueChecker
151 def CheckValue(self, proposed_value): member in UnicodeValueChecker
Dpython_message.py471 self._fields[field] = type_checker.CheckValue(new_value)
1239 type_checker.CheckValue(value))
/external/nanopb-c/generator/google/protobuf/internal/
Dcontainers.py111 self._type_checker.CheckValue(value)
118 self._type_checker.CheckValue(value)
130 self._type_checker.CheckValue(elem)
149 self._type_checker.CheckValue(value)
161 self._type_checker.CheckValue(value)
Dtype_checkers.py87 def CheckValue(self, proposed_value): member in TypeChecker
100 def CheckValue(self, proposed_value): member in IntValueChecker
113 def CheckValue(self, proposed_value): member in UnicodeValueChecker
Dpython_message.py454 type_checker.CheckValue(new_value)
1137 type_checker.CheckValue(value)
/external/compiler-rt/make/
Dutil.mk67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1)))
/external/protobuf/python/google/protobuf/
Dtext_format.py784 checker.CheckValue(result)
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py650 checker.CheckValue(result)
/external/v8/src/ia32/
Dlithium-ia32.h49 V(CheckValue) \
2409 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2410 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/x87/
Dlithium-x87.h49 V(CheckValue) \
2415 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2416 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/x64/
Dlithium-x64.h45 V(CheckValue) \
2391 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2392 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/mips64/
Dlithium-mips64.h45 V(CheckValue) \
2347 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2348 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/mips/
Dlithium-mips.h45 V(CheckValue) \
2363 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2364 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/arm/
Dlithium-arm.h45 V(CheckValue) \
2405 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2406 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/arm64/
Dlithium-arm64.h48 V(CheckValue) \
1014 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
1015 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
/external/v8/src/
Dhydrogen-instructions.h77 V(CheckValue) \
2883 DECLARE_CONCRETE_INSTRUCTION(CheckValue) in DECLARE_CONCRETE_INSTRUCTION() argument