HomeSort by relevance Sort by last modified time
    Searched defs:CheckValue (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/make/
util.mk 57 # Function: CheckValue variable
64 # $(call CheckValue,foo)
66 # CHECKVALUE: foo: $(call streq,,) - true
67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1)))
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 87 def CheckValue(self, proposed_value):
100 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 95 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
134 def CheckValue(self, proposed_value):
151 def CheckValue(self, proposed_value):

Completed in 89 milliseconds