HomeSort by relevance Sort by last modified time
    Searched full:asvalue (Results 1 - 10 of 10) sorted by null

  /external/libchrome/base/test/
test_pending_task.cc 56 TestPendingTask::AsValue() const {
65 AsValue()->AppendAsTraceFormat(&output);
test_pending_task.h 62 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 471 bool AsValue(cJSON* json_value, T* t);
473 inline bool AsValue(cJSON* json_value, int32_t* value) {
483 inline bool AsValue(cJSON* json_value, uint64_t* value) {
490 inline bool AsValue(cJSON* json_value, uint32_t* value) {
499 inline bool AsValue(cJSON* json_value, uint8_t* value) {
501 AsValue(json_value, &value32);
508 inline bool AsValue(cJSON* json_value, float* value) {
521 if (!AsValue(cJSON_GetArrayItem(json_value, i), values + i))
528 inline bool AsValue(cJSON* json_value, T (*value)[N]) {
533 inline bool AsValue(cJSON* json_value, char (*value)[N])
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 172 public static Value asValue(String value) {
179 public static Value asValue(int value) {
186 public static Value asValue(boolean value) {
193 public static Value asValue(Value value) {
JavaExpression.java 70 return call(Type.VALUE, "asValue", expression);
  /external/clang/lib/CodeGen/
CGAtomic.cpp 187 SourceLocation loc, bool AsValue) const;
194 SourceLocation Loc, bool AsValue) const;
213 bool AsValue, llvm::AtomicOrdering AO,
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 

Completed in 834 milliseconds